#5F702F

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

Shades of Dark Olive Green #5F702F

Tints of Dark Olive Green #5F702F

Color information

#5F702F (or 0x5F702F) is unknown color: approx Dark Olive Green. HEX triplet: 5F, 70 and 2F. RGB value is (95,112,47). Sum of RGB (Red+Green+Blue) = 95+112+47=254 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.40% from 254); Green value is 112 (44.14% from 255 or 44.09% from 254); Blue value is 47 (18.75% from 255 or 18.50% from 254); Max value from RGB is 112 - color contains mainly: green. Hex color #5F702F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F702F is #A08FD0. Grayscale: #636363. Windows color (decimal): -10522577 or 3108959. OLE color: 3108959.

HSL color Cylindrical-coordinate representation of color #5F702F: hue angle of 75.69º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5F702F is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB9511247-
CMYK0.1500.580.56
HSL75.69º40.88%31.18%-
HSV(B)75.69º58.04%43.92%-
XYZ11.0314.234.85-
YUV99.5198.37124.79-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 37.40%
GREEN value IS 112 (44.14% from 255) = 44.09%
BLUE value IS 47 (18.75% from 255) = 18.50%
R=37.40%
G=44.09%
B=18.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal95112470.1500.580.5675.6940.8831.18
Hex5F702FF03A384c291f
Octal1371605717072701145137
Binary1011111111000010111111110111010111000100110010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F702F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,112,47); }

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

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

 a { background-color: rgb(95,112,47); }

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

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

 span { border-color: rgb(95,112,47); }

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