#5E712F

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

Shades of Dark Olive Green #5E712F

Tints of Dark Olive Green #5E712F

Color information

#5E712F (or 0x5E712F) is unknown color: approx Dark Olive Green. HEX triplet: 5E, 71 and 2F. RGB value is (94,113,47). Sum of RGB (Red+Green+Blue) = 94+113+47=254 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.01% from 254); Green value is 113 (44.53% from 255 or 44.49% from 254); Blue value is 47 (18.75% from 255 or 18.50% from 254); Max value from RGB is 113 - color contains mainly: green. Hex color #5E712F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E712F is #A18ED0. Grayscale: #646464. Windows color (decimal): -10587857 or 3109214. OLE color: 3109214.

HSL color Cylindrical-coordinate representation of color #5E712F: hue angle of 77.27º 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 #5E712F is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB9411347-
CMYK0.1700.580.56
HSL77.27º41.25%31.37%-
HSV(B)77.27º58.41%44.31%-
XYZ11.0314.44.89-
YUV99.898.21123.87-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 37.01%
GREEN value IS 113 (44.53% from 255) = 44.49%
BLUE value IS 47 (18.75% from 255) = 18.50%
R=37.01%
G=44.49%
B=18.50%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal94113470.1700.580.5677.2741.2531.37
Hex5E712F1103A384d291f
Octal1361615721072701155137
Binary10111101110001101111100010111010111000100110110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E712F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,113,47); }

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

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

 a { background-color: rgb(94,113,47); }

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

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

 span { border-color: rgb(94,113,47); }

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