#649002

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

Shades of Olive Drab #649002

Tints of Olive Drab #649002

Color information

#649002 (or 0x649002) is unknown color: approx Olive Drab. HEX triplet: 64, 90 and 02. RGB value is (100,144,2). Sum of RGB (Red+Green+Blue) = 100+144+2=246 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.65% from 246); Green value is 144 (56.64% from 255 or 58.54% from 246); Blue value is 2 (1.17% from 255 or 0.81% from 246); Max value from RGB is 144 - color contains mainly: green. Hex color #649002 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649002 is #9B6FFD. Grayscale: #737373. Windows color (decimal): -10186750 or 168036. OLE color: 168036.

HSL color Cylindrical-coordinate representation of color #649002: hue angle of 78.59º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #649002 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB1001442-
CMYK0.3100.990.44
HSL78.59º97.26%28.63%-
HSV(B)78.59º98.61%56.47%-
XYZ15.2422.663.63-
YUV114.6664.42117.55-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.65%
GREEN value IS 144 (56.64% from 255) = 58.54%
BLUE value IS 2 (1.17% from 255) = 0.81%
R=40.65%
G=58.54%
B=0.81%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal10014420.3100.990.4478.5997.2628.63
Hex649021F0632C4f611d
Octal14422023701435411714135
Binary1100100100100001011111011000111011001001111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649002; }

 p { color: rgb(100,144,2); }

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

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

 a { background-color: rgb(100,144,2); }

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

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

 span { border-color: rgb(100,144,2); }

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