#649216

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

Shades of Olive Drab #649216

Tints of Olive Drab #649216

Color information

#649216 (or 0x649216) is unknown color: approx Olive Drab. HEX triplet: 64, 92 and 16. RGB value is (100,146,22). Sum of RGB (Red+Green+Blue) = 100+146+22=268 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.31% from 268); Green value is 146 (57.42% from 255 or 54.48% from 268); Blue value is 22 (8.98% from 255 or 8.21% from 268); Max value from RGB is 146 - color contains mainly: green. Hex color #649216 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649216 is #9B6DE9. Grayscale: #767676. Windows color (decimal): -10186218 or 1479268. OLE color: 1479268.

HSL color Cylindrical-coordinate representation of color #649216: hue angle of 82.26º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #649216 is Cyan = 0.32, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.43.

Color convert

RGB10014622-
CMYK0.3200.850.43
HSL82.26º73.81%32.94%-
HSV(B)82.26º84.93%57.25%-
XYZ15.6823.334.43-
YUV118.1173.76115.08-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.31%
GREEN value IS 146 (57.42% from 255) = 54.48%
BLUE value IS 22 (8.98% from 255) = 8.21%
R=37.31%
G=54.48%
B=8.21%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal100146220.3200.850.4382.2673.8132.94
Hex649216200552B524a21
Octal144222264001255312211241
Binary110010010010010101101000000101010110101110100101001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649216; }

 p { color: rgb(100,146,22); }

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

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

 a { background-color: rgb(100,146,22); }

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

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

 span { border-color: rgb(100,146,22); }

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