Html Css Color HEX #649616 Olive Drab

📋 copy color: '#649616'

red 100 ◦ green 150 ◦ blue 22

#649616
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #649616

Tints of Olive Drab #649616

RGB

 RED value IS 100 (39.45% from 255) = 36.76%

 GREEN value IS 150 (58.98% from 255) = 55.15%

 BLUE value IS 22 (8.98% from 255) = 8.09%

R = 36.76%
G = 55.15%
B = 8.09%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#649616 (or 0x649616) is known color: Olive Drab. HEX triplet: 64, 96 and 16. RGB value is (100,150,22). Sum of RGB (Red+Green+Blue) = 100+150+22=272 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.76% from 272); Green value is 150 (58.98% from 255 or 55.15% from 272); Blue value is 22 (8.98% from 255 or 8.09% from 272); Max value from RGB is 150 - color contains mainly: green. Hex color #649616 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649616 is #9B69E9. Grayscale: #787878. Windows color (decimal): -10185194 or 1480292. OLE color: 1480292.

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

Color convert

RGB 100 150 22 -
CMYK 0.33 0 0.85 0.41
HSL 83.44º 0.74% 0.34% -
HSV(B) 83.44º 0.85% 0.59% -
XYZ 16.31 24.58 4.64 -
YUV 120.46 72.44 113.41 -
System Red Green Blue C M Y K H S L
Decimal 100 150 22 0.33 0 0.85 0.41 83.44 0.74 0.34
Hex 64 96 16 21 0 55 29 53 4A 22
Octal 144 226 26 41 0 125 51 123 112 42
Binary 1100100 10010110 10110 100001 0 1010101 101001 1010011 1001010 100010

Color Harmonies of #649616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649616

Black with #649616

Text Example


Text Example

White with #649616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649616; }

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

 H1.HeaderClassName
 {
   color: #649616;
 }
 .AnyTagClassName
 {
   color: #649616;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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