Html Css Color HEX #649516 Olive Drab

📋 copy color: '#649516'

red 100 ◦ green 149 ◦ blue 22

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

Shades of Olive Drab #649516

Tints of Olive Drab #649516

RGB

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

 GREEN value IS 149 (58.59% from 255) = 54.98%

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

R = 36.9%
G = 54.98%
B = 8.12%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#649516 (or 0x649516) is known color: Olive Drab. HEX triplet: 64, 95 and 16. RGB value is (100,149,22). Sum of RGB (Red+Green+Blue) = 100+149+22=271 (35% of max value = 765). Red value is 100 (39.45% from 255 or 36.90% from 271); Green value is 149 (58.59% from 255 or 54.98% from 271); Blue value is 22 (8.98% from 255 or 8.12% from 271); Max value from RGB is 149 - color contains mainly: green. Hex color #649516 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649516 is #9B6AE9. Grayscale: #787878. Windows color (decimal): -10185450 or 1480036. OLE color: 1480036.

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

Color convert

RGB 100 149 22 -
CMYK 0.33 0 0.85 0.42
HSL 83.15º 0.74% 0.34% -
HSV(B) 83.15º 0.85% 0.58% -
XYZ 16.15 24.26 4.59 -
YUV 119.87 72.77 113.83 -
System Red Green Blue C M Y K H S L
Decimal 100 149 22 0.33 0 0.85 0.42 83.15 0.74 0.34
Hex 64 95 16 21 0 55 2A 53 4A 22
Octal 144 225 26 41 0 125 52 123 112 42
Binary 1100100 10010101 10110 100001 0 1010101 101010 1010011 1001010 100010

Color Harmonies of #649516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649516

Black with #649516

Text Example


Text Example

White with #649516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649516; }

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

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

background-color css

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

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

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

border-color css

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

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

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