#648729

Color #648729 Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #648729

Tints of Olive Drab #648729

Color information

#648729 (or 0x648729) is unknown color: approx Olive Drab. HEX triplet: 64, 87 and 29. RGB value is (100,135,41). Sum of RGB (Red+Green+Blue) = 100+135+41=276 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.23% from 276); Green value is 135 (53.12% from 255 or 48.91% from 276); Blue value is 41 (16.41% from 255 or 14.86% from 276); Max value from RGB is 135 - color contains mainly: green. Hex color #648729 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648729 is #9B78D6. Grayscale: #727272. Windows color (decimal): -10189015 or 2721636. OLE color: 2721636.

HSL color Cylindrical-coordinate representation of color #648729: hue angle of 82.34º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #648729 is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB10013541-
CMYK0.2600.700.47
HSL82.34º53.41%34.51%-
HSV(B)82.34º69.63%52.94%-
XYZ14.3220.25.24-
YUV113.8286.9118.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 100 (39.45% from 255) = 36.23%
GREEN value IS 135 (53.12% from 255) = 48.91%
BLUE value IS 41 (16.41% from 255) = 14.86%
R=36.23%
G=48.91%
B=14.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal100135410.2600.700.4782.3453.4134.51
Hex6487291A0462F523523
Octal14420751320106571226543
Binary11001001000011110100111010010001101011111010010110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648729; }

 p { color: rgb(100,135,41); }

 H1.HeaderClassName
 {
   color: #648729;
 }
 .AnyTagClassName
 {
   color: #648729;
 }
</style>
background-color css

<style>
 a { background-color: #648729; }

 a { background-color: rgb(100,135,41); }

 div.DivClassName
 {
   background-color: #648729;
 }
 .BgClassName
 {
   background-color: #648729;
 }
</style>
border-color css

<style>
 span { border-color: #648729; }

 span { border-color: rgb(100,135,41); }

 td.TdClassName
 {
   border-color: #648729;
 }
 .TagClassName
 {
   border-color: #648729;
 }
</style>