Html Css Color HEX #5F881E Olive Drab

📋 copy color: '#5F881E'

red 95 ◦ green 136 ◦ blue 30

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

Shades of Olive Drab #5F881E

Tints of Olive Drab #5F881E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 52.11%

 BLUE value IS 30 (12.11% from 255) = 11.49%

R = 36.4%
G = 52.11%
B = 11.49%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#5F881E (or 0x5F881E) is known color: Olive Drab. HEX triplet: 5F, 88 and 1E. RGB value is (95,136,30). Sum of RGB (Red+Green+Blue) = 95+136+30=261 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.40% from 261); Green value is 136 (53.52% from 255 or 52.11% from 261); Blue value is 30 (12.11% from 255 or 11.49% from 261); Max value from RGB is 136 - color contains mainly: green. Hex color #5F881E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F881E is #A077E1. Grayscale: #707070. Windows color (decimal): -10516450 or 2000991. OLE color: 2000991.

HSL color Cylindrical-coordinate representation of color #5F881E: hue angle of 83.21º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5F881E is Cyan = 0.30, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB 95 136 30 -
CMYK 0.30 0 0.78 0.47
HSL 83.21º 0.64% 0.33% -
HSV(B) 83.21º 0.78% 0.53% -
XYZ 13.76 20.13 4.39 -
YUV 111.66 81.92 116.12 -
System Red Green Blue C M Y K H S L
Decimal 95 136 30 0.30 0 0.78 0.47 83.21 0.64 0.33
Hex 5F 88 1E 1E 0 4E 2F 53 40 21
Octal 137 210 36 36 0 116 57 123 100 41
Binary 1011111 10001000 11110 11110 0 1001110 101111 1010011 1000000 100001

Color Harmonies of #5F881E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F881E

Black with #5F881E

Text Example


Text Example

White with #5F881E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,136,30); }

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

background-color css

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

 a { background-color: rgb(95,136,30); }

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

border-color css

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

 span { border-color: rgb(95,136,30); }

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