#649709

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

Shades of Olive Drab #649709

Tints of Olive Drab #649709

Color information

#649709 (or 0x649709) is unknown color: approx Olive Drab. HEX triplet: 64, 97 and 09. RGB value is (100,151,9). Sum of RGB (Red+Green+Blue) = 100+151+9=260 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.46% from 260); Green value is 151 (59.38% from 255 or 58.08% from 260); Blue value is 9 (3.91% from 255 or 3.46% from 260); Max value from RGB is 151 - color contains mainly: green. Hex color #649709 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649709 is #9B68F6. Grayscale: #787878. Windows color (decimal): -10184951 or 628580. OLE color: 628580.

HSL color Cylindrical-coordinate representation of color #649709: hue angle of 81.55º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #649709 is Cyan = 0.34, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.41.

Color convert

RGB1001519-
CMYK0.3400.940.41
HSL81.55º88.75%31.37%-
HSV(B)81.55º94.04%59.22%-
XYZ16.3724.864.19-
YUV119.5665.6114.05-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.46%
GREEN value IS 151 (59.38% from 255) = 58.08%
BLUE value IS 9 (3.91% from 255) = 3.46%
R=38.46%
G=58.08%
B=3.46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal10015190.3400.940.4181.5588.7531.37
Hex649792205E2952591f
Octal144227114201365112213137
Binary1100100100101111001100010010111101010011010010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649709; }

 p { color: rgb(100,151,9); }

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

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

 a { background-color: rgb(100,151,9); }

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

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

 span { border-color: rgb(100,151,9); }

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