#5B6937

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

Shades of Dark Olive Green #5B6937

Tints of Dark Olive Green #5B6937

Color information

#5B6937 (or 0x5B6937) is unknown color: approx Dark Olive Green. HEX triplet: 5B, 69 and 37. RGB value is (91,105,55). Sum of RGB (Red+Green+Blue) = 91+105+55=251 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.25% from 251); Green value is 105 (41.41% from 255 or 41.83% from 251); Blue value is 55 (21.88% from 255 or 21.91% from 251); Max value from RGB is 105 - color contains mainly: green. Hex color #5B6937 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6937 is #A496C8. Grayscale: #5F5F5F. Windows color (decimal): -10786505 or 3631451. OLE color: 3631451.

HSL color Cylindrical-coordinate representation of color #5B6937: hue angle of 76.8º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5B6937 is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.59.

Color convert

RGB9110555-
CMYK0.1300.480.59
HSL76.8º31.25%31.37%-
HSV(B)76.8º47.62%41.18%-
XYZ10.0612.65.52-
YUV95.11105.36125.07-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 36.25%
GREEN value IS 105 (41.41% from 255) = 41.83%
BLUE value IS 55 (21.88% from 255) = 21.91%
R=36.25%
G=41.83%
B=21.91%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal91105550.1300.480.5976.831.2531.37
Hex5B6937D0303B4d1f1f
Octal1331516715060731153737
Binary101101111010011101111101011000011101110011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,105,55); }

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

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

 a { background-color: rgb(91,105,55); }

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

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

 span { border-color: rgb(91,105,55); }

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