#5F7E1F

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

Shades of Olive Drab #5F7E1F

Tints of Olive Drab #5F7E1F

Color information

#5F7E1F (or 0x5F7E1F) is unknown color: approx Olive Drab. HEX triplet: 5F, 7E and 1F. RGB value is (95,126,31). Sum of RGB (Red+Green+Blue) = 95+126+31=252 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.70% from 252); Green value is 126 (49.61% from 255 or 50% from 252); Blue value is 31 (12.5% from 255 or 12.30% from 252); Max value from RGB is 126 - color contains mainly: green. Hex color #5F7E1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F7E1F is #A081E0. Grayscale: #6A6A6A. Windows color (decimal): -10519009 or 2063967. OLE color: 2063967.

HSL color Cylindrical-coordinate representation of color #5F7E1F: hue angle of 79.58º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5F7E1F is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.51.

Color convert

RGB9512631-
CMYK0.2500.750.51
HSL79.58º60.51%30.78%-
HSV(B)79.58º75.4%49.41%-
XYZ12.4317.454.01-
YUV105.985.73120.22-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 37.70%
GREEN value IS 126 (49.61% from 255) = 50%
BLUE value IS 31 (12.5% from 255) = 12.30%
R=37.70%
G=50%
B=12.30%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal95126310.2500.750.5179.5860.5130.78
Hex5F7E1F1904B33503d1f
Octal13717637310113631207537
Binary10111111111110111111100101001011110011101000011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,126,31); }

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

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

 a { background-color: rgb(95,126,31); }

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

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

 span { border-color: rgb(95,126,31); }

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