#5F871E

Color #5F871E Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #5F871E

Tints of Olive Drab #5F871E

Color information

#5F871E (or 0x5F871E) is unknown color: approx Olive Drab. HEX triplet: 5F, 87 and 1E. RGB value is (95,135,30). Sum of RGB (Red+Green+Blue) = 95+135+30=260 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.54% from 260); Green value is 135 (53.12% from 255 or 51.92% from 260); Blue value is 30 (12.11% from 255 or 11.54% from 260); Max value from RGB is 135 - color contains mainly: green. Hex color #5F871E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F871E is #A078E1. Grayscale: #6F6F6F. Windows color (decimal): -10516706 or 2000735. OLE color: 2000735.

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

Color convert

RGB9513530-
CMYK0.3000.780.47
HSL82.86º63.64%32.35%-
HSV(B)82.86º77.78%52.94%-
XYZ13.6219.854.34-
YUV111.0782.25116.54-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 36.54%
GREEN value IS 135 (53.12% from 255) = 51.92%
BLUE value IS 30 (12.11% from 255) = 11.54%
R=36.54%
G=51.92%
B=11.54%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal95135300.3000.780.4782.8663.6432.35
Hex5F871E1E04E2F534020
Octal137207363601165712310040
Binary10111111000011111110111100100111010111110100111000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F871E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5F871E;
 }
 .AnyTagClassName
 {
   color: #5F871E;
 }
</style>
background-color css

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

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

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

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

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

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