#649811

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

Shades of Olive Drab #649811

Tints of Olive Drab #649811

Color information

#649811 (or 0x649811) is unknown color: approx Olive Drab. HEX triplet: 64, 98 and 11. RGB value is (100,152,17). Sum of RGB (Red+Green+Blue) = 100+152+17=269 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.17% from 269); Green value is 152 (59.77% from 255 or 56.51% from 269); Blue value is 17 (7.03% from 255 or 6.32% from 269); Max value from RGB is 152 - color contains mainly: green. Hex color #649811 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649811 is #9B67EE. Grayscale: #797979. Windows color (decimal): -10184687 or 1153124. OLE color: 1153124.

HSL color Cylindrical-coordinate representation of color #649811: hue angle of 83.11º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #649811 is Cyan = 0.34, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.40.

Color convert

RGB10015217-
CMYK0.3400.890.40
HSL83.11º79.88%33.14%-
HSV(B)83.11º88.82%59.61%-
XYZ16.5825.214.52-
YUV121.0669.27112.98-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.17%
GREEN value IS 152 (59.77% from 255) = 56.51%
BLUE value IS 17 (7.03% from 255) = 6.32%
R=37.17%
G=56.51%
B=6.32%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal100152170.3400.890.4083.1179.8833.14
Hex6498112205928535021
Octal144230214201315012312041
Binary110010010011000100011000100101100110100010100111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649811; }

 p { color: rgb(100,152,17); }

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

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

 a { background-color: rgb(100,152,17); }

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

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

 span { border-color: rgb(100,152,17); }

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