Html Css Color HEX #659211 Olive Drab

📋 copy color: '#659211'

red 101 ◦ green 146 ◦ blue 17

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

Shades of Olive Drab #659211

Tints of Olive Drab #659211

RGB

 RED value IS 101 (39.84% from 255) = 38.26%

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

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

R = 38.26%
G = 55.3%
B = 6.44%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#659211 (or 0x659211) is known color: Olive Drab. HEX triplet: 65, 92 and 11. RGB value is (101,146,17). Sum of RGB (Red+Green+Blue) = 101+146+17=264 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.26% from 264); Green value is 146 (57.42% from 255 or 55.30% from 264); Blue value is 17 (7.03% from 255 or 6.44% from 264); Max value from RGB is 146 - color contains mainly: green. Hex color #659211 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659211 is #9A6DEE. Grayscale: #767676. Windows color (decimal): -10120687 or 1151589. OLE color: 1151589.

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

Color convert

RGB 101 146 17 -
CMYK 0.31 0 0.88 0.43
HSL 80.93º 0.79% 0.32% -
HSV(B) 80.93º 0.88% 0.57% -
XYZ 15.75 23.36 4.21 -
YUV 117.84 71.09 115.99 -
System Red Green Blue C M Y K H S L
Decimal 101 146 17 0.31 0 0.88 0.43 80.93 0.79 0.32
Hex 65 92 11 1F 0 58 2B 51 4F 20
Octal 145 222 21 37 0 130 53 121 117 40
Binary 1100101 10010010 10001 11111 0 1011000 101011 1010001 1001111 100000

Color Harmonies of #659211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659211

Black with #659211

Text Example


Text Example

White with #659211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659211; }

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

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

background-color css

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

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

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

border-color css

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

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

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