Html Css Color HEX #649211 Olive Drab

📋 copy color: '#649211'

red 100 ◦ green 146 ◦ blue 17

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

Shades of Olive Drab #649211

Tints of Olive Drab #649211

RGB

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

 GREEN value IS 146 (57.42% from 255) = 55.51%

 BLUE value IS 17 (7.03% from 255) = 6.46%

R = 38.02%
G = 55.51%
B = 6.46%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#649211 (or 0x649211) is known color: Olive Drab. HEX triplet: 64, 92 and 11. RGB value is (100,146,17). Sum of RGB (Red+Green+Blue) = 100+146+17=263 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.02% from 263); Green value is 146 (57.42% from 255 or 55.51% from 263); Blue value is 17 (7.03% from 255 or 6.46% from 263); Max value from RGB is 146 - color contains mainly: green. Hex color #649211 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649211 is #9B6DEE. Grayscale: #767676. Windows color (decimal): -10186223 or 1151588. OLE color: 1151588.

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

Color convert

RGB 100 146 17 -
CMYK 0.32 0 0.88 0.43
HSL 81.4º 0.79% 0.32% -
HSV(B) 81.4º 0.88% 0.57% -
XYZ 15.64 23.31 4.21 -
YUV 117.54 71.26 115.49 -
System Red Green Blue C M Y K H S L
Decimal 100 146 17 0.32 0 0.88 0.43 81.4 0.79 0.32
Hex 64 92 11 20 0 58 2B 51 4F 20
Octal 144 222 21 40 0 130 53 121 117 40
Binary 1100100 10010010 10001 100000 0 1011000 101011 1010001 1001111 100000

Color Harmonies of #649211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649211

Black with #649211

Text Example


Text Example

White with #649211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649211; }

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

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

background-color css

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

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

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

border-color css

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

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

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