Html Css Color HEX #649116 Olive Drab

📋 copy color: '#649116'

red 100 ◦ green 145 ◦ blue 22

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

Shades of Olive Drab #649116

Tints of Olive Drab #649116

RGB

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

 GREEN value IS 145 (57.03% from 255) = 54.31%

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

R = 37.45%
G = 54.31%
B = 8.24%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.85

 K value IS 0.43

RGB Variations

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

Color information

#649116 (or 0x649116) is known color: Olive Drab. HEX triplet: 64, 91 and 16. RGB value is (100,145,22). Sum of RGB (Red+Green+Blue) = 100+145+22=267 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.45% from 267); Green value is 145 (57.03% from 255 or 54.31% from 267); Blue value is 22 (8.98% from 255 or 8.24% from 267); Max value from RGB is 145 - color contains mainly: green. Hex color #649116 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649116 is #9B6EE9. Grayscale: #757575. Windows color (decimal): -10186474 or 1479012. OLE color: 1479012.

HSL color Cylindrical-coordinate representation of color #649116: hue angle of 81.95º 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 #649116 is Cyan = 0.31, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.43.

Color convert

RGB 100 145 22 -
CMYK 0.31 0 0.85 0.43
HSL 81.95º 0.74% 0.33% -
HSV(B) 81.95º 0.85% 0.57% -
XYZ 15.53 23.02 4.38 -
YUV 117.52 74.09 115.5 -
System Red Green Blue C M Y K H S L
Decimal 100 145 22 0.31 0 0.85 0.43 81.95 0.74 0.33
Hex 64 91 16 1F 0 55 2B 52 4A 21
Octal 144 221 26 37 0 125 53 122 112 41
Binary 1100100 10010001 10110 11111 0 1010101 101011 1010010 1001010 100001

Color Harmonies of #649116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649116

Black with #649116

Text Example


Text Example

White with #649116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649116; }

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

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

background-color css

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

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

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

border-color css

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

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

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