#5F782E

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

Shades of Dark Olive Green #5F782E

Tints of Dark Olive Green #5F782E

Color information

#5F782E (or 0x5F782E) is unknown color: approx Dark Olive Green. HEX triplet: 5F, 78 and 2E. RGB value is (95,120,46). Sum of RGB (Red+Green+Blue) = 95+120+46=261 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.40% from 261); Green value is 120 (47.27% from 255 or 45.98% from 261); Blue value is 46 (18.36% from 255 or 17.62% from 261); Max value from RGB is 120 - color contains mainly: green. Hex color #5F782E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F782E is #A087D1. Grayscale: #686868. Windows color (decimal): -10520530 or 3045471. OLE color: 3045471.

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

Color convert

RGB9512046-
CMYK0.2100.620.53
HSL80.27º44.58%32.55%-
HSV(B)80.27º61.67%47.06%-
XYZ11.9316.065.06-
YUV104.0995.22121.52-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 36.40%
GREEN value IS 120 (47.27% from 255) = 45.98%
BLUE value IS 46 (18.36% from 255) = 17.62%
R=36.40%
G=45.98%
B=17.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal95120460.2100.620.5380.2744.5832.55
Hex5F782E1503E35502d21
Octal1371705625076651205541
Binary101111111110001011101010101111101101011010000101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F782E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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