Html Css Color HEX #5F9211 Olive Drab

📋 copy color: '#5F9211'

red 95 ◦ green 146 ◦ blue 17

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

Shades of Olive Drab #5F9211

Tints of Olive Drab #5F9211

RGB

 RED value IS 95 (37.5% from 255) = 36.82%

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

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

R = 36.82%
G = 56.59%
B = 6.59%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#5F9211 (or 0x5F9211) is known color: Olive Drab. HEX triplet: 5F, 92 and 11. RGB value is (95,146,17). Sum of RGB (Red+Green+Blue) = 95+146+17=258 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.82% from 258); Green value is 146 (57.42% from 255 or 56.59% from 258); Blue value is 17 (7.03% from 255 or 6.59% from 258); Max value from RGB is 146 - color contains mainly: green. Hex color #5F9211 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F9211 is #A06DEE. Grayscale: #747474. Windows color (decimal): -10513903 or 1151583. OLE color: 1151583.

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

Color convert

RGB 95 146 17 -
CMYK 0.35 0 0.88 0.43
HSL 83.72º 0.79% 0.32% -
HSV(B) 83.72º 0.88% 0.57% -
XYZ 15.1 23.03 4.18 -
YUV 116.05 72.1 112.99 -
System Red Green Blue C M Y K H S L
Decimal 95 146 17 0.35 0 0.88 0.43 83.72 0.79 0.32
Hex 5F 92 11 23 0 58 2B 54 4F 20
Octal 137 222 21 43 0 130 53 124 117 40
Binary 1011111 10010010 10001 100011 0 1011000 101011 1010100 1001111 100000

Color Harmonies of #5F9211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F9211

Black with #5F9211

Text Example


Text Example

White with #5F9211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F9211; }

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

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

background-color css

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

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

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

border-color css

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

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

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