#649106

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

Shades of Olive Drab #649106

Tints of Olive Drab #649106

Color information

#649106 (or 0x649106) is unknown color: approx Olive Drab. HEX triplet: 64, 91 and 06. RGB value is (100,145,6). Sum of RGB (Red+Green+Blue) = 100+145+6=251 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.84% from 251); Green value is 145 (57.03% from 255 or 57.77% from 251); Blue value is 6 (2.73% from 255 or 2.39% from 251); Max value from RGB is 145 - color contains mainly: green. Hex color #649106 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649106 is #9B6EF9. Grayscale: #747474. Windows color (decimal): -10186490 or 430436. OLE color: 430436.

HSL color Cylindrical-coordinate representation of color #649106: hue angle of 79.42º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #649106 is Cyan = 0.31, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.43.

Color convert

RGB1001456-
CMYK0.3100.960.43
HSL79.42º92.05%29.61%-
HSV(B)79.42º95.86%56.86%-
XYZ15.4122.973.79-
YUV115.766.09116.8-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 39.84%
GREEN value IS 145 (57.03% from 255) = 57.77%
BLUE value IS 6 (2.73% from 255) = 2.39%
R=39.84%
G=57.77%
B=2.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal10014560.3100.960.4379.4292.0529.61
Hex649161F0602B4f5c1e
Octal14422163701405311713436
Binary11001001001000111011111011000001010111001111101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649106; }

 p { color: rgb(100,145,6); }

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

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

 a { background-color: rgb(100,145,6); }

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

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

 span { border-color: rgb(100,145,6); }

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