#5B712E

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

Shades of Dark Olive Green #5B712E

Tints of Dark Olive Green #5B712E

Color information

#5B712E (or 0x5B712E) is unknown color: approx Dark Olive Green. HEX triplet: 5B, 71 and 2E. RGB value is (91,113,46). Sum of RGB (Red+Green+Blue) = 91+113+46=250 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.4% from 250); Green value is 113 (44.53% from 255 or 45.2% from 250); Blue value is 46 (18.36% from 255 or 18.4% from 250); Max value from RGB is 113 - color contains mainly: green. Hex color #5B712E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B712E is #A48ED1. Grayscale: #636363. Windows color (decimal): -10784466 or 3043675. OLE color: 3043675.

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

Color convert

RGB9111346-
CMYK0.1900.590.56
HSL79.7º42.14%31.18%-
HSV(B)79.7º59.29%44.31%-
XYZ10.7114.234.77-
YUV98.7898.21122.45-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 36.4%
GREEN value IS 113 (44.53% from 255) = 45.2%
BLUE value IS 46 (18.36% from 255) = 18.4%
R=36.4%
G=45.2%
B=18.4%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal91113460.1900.590.5679.742.1431.18
Hex5B712E1303B38502a1f
Octal1331615623073701205237
Binary10110111110001101110100110111011111000101000010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B712E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,113,46); }

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

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

 a { background-color: rgb(91,113,46); }

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

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

 span { border-color: rgb(91,113,46); }

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