#5F782F

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

Shades of Dark Olive Green #5F782F

Tints of Dark Olive Green #5F782F

Color information

#5F782F (or 0x5F782F) is unknown color: approx Dark Olive Green. HEX triplet: 5F, 78 and 2F. RGB value is (95,120,47). Sum of RGB (Red+Green+Blue) = 95+120+47=262 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.26% from 262); Green value is 120 (47.27% from 255 or 45.80% from 262); Blue value is 47 (18.75% from 255 or 17.94% from 262); Max value from RGB is 120 - color contains mainly: green. Hex color #5F782F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F782F is #A087D0. Grayscale: #686868. Windows color (decimal): -10520529 or 3111007. OLE color: 3111007.

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

Color convert

RGB9512047-
CMYK0.2100.610.53
HSL80.55º43.71%32.75%-
HSV(B)80.55º60.83%47.06%-
XYZ11.9516.075.16-
YUV104.295.72121.44-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 36.26%
GREEN value IS 120 (47.27% from 255) = 45.80%
BLUE value IS 47 (18.75% from 255) = 17.94%
R=36.26%
G=45.80%
B=17.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal95120470.2100.610.5380.5543.7132.75
Hex5F782F1503D35512c21
Octal1371705725075651215441
Binary101111111110001011111010101111011101011010001101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F782F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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