Html Css Color HEX #649216 Olive Drab

📋 copy color: '#649216'

red 100 ◦ green 146 ◦ blue 22

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

Shades of Olive Drab #649216

Tints of Olive Drab #649216

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 value IS 0.32

 M value IS 0

 Y value IS 0.85

 K value IS 0.43

RGB Variations

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

Color information

#649216 (or 0x649216) is known color: 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

RGB 100 146 22 -
CMYK 0.32 0 0.85 0.43
HSL 82.26º 0.74% 0.33% -
HSV(B) 82.26º 0.85% 0.57% -
XYZ 15.68 23.33 4.43 -
YUV 118.11 73.76 115.08 -
System Red Green Blue C M Y K H S L
Decimal 100 146 22 0.32 0 0.85 0.43 82.26 0.74 0.33
Hex 64 92 16 20 0 55 2B 52 4A 21
Octal 144 222 26 40 0 125 53 122 112 41
Binary 1100100 10010010 10110 100000 0 1010101 101011 1010010 1001010 100001

Color Harmonies of #649216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649216

Black with #649216

Text Example


Text Example

White with #649216

Text Example


Text Example

HTML Codes & Css Web 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>