#5B7825

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

Shades of Dark Olive Green #5B7825

Tints of Dark Olive Green #5B7825

Color information

#5B7825 (or 0x5B7825) is unknown color: approx Dark Olive Green. HEX triplet: 5B, 78 and 25. RGB value is (91,120,37). Sum of RGB (Red+Green+Blue) = 91+120+37=248 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.69% from 248); Green value is 120 (47.27% from 255 or 48.39% from 248); Blue value is 37 (14.84% from 255 or 14.92% from 248); Max value from RGB is 120 - color contains mainly: green. Hex color #5B7825 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7825 is #A487DA. Grayscale: #666666. Windows color (decimal): -10782683 or 2455643. OLE color: 2455643.

HSL color Cylindrical-coordinate representation of color #5B7825: hue angle of 80.96º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5B7825 is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB9112037-
CMYK0.2400.690.53
HSL80.96º52.87%30.78%-
HSV(B)80.96º69.17%47.06%-
XYZ11.3615.794.2-
YUV101.8791.39120.25-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 36.69%
GREEN value IS 120 (47.27% from 255) = 48.39%
BLUE value IS 37 (14.84% from 255) = 14.92%
R=36.69%
G=48.39%
B=14.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal91120370.2400.690.5380.9652.8730.78
Hex5B7825180453551351f
Octal13317045300105651216537
Binary101101111110001001011100001000101110101101000111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,120,37); }

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

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

 a { background-color: rgb(91,120,37); }

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

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

 span { border-color: rgb(91,120,37); }

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