#5B7725

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

Shades of Dark Olive Green #5B7725

Tints of Dark Olive Green #5B7725

Color information

#5B7725 (or 0x5B7725) is unknown color: approx Dark Olive Green. HEX triplet: 5B, 77 and 25. RGB value is (91,119,37). Sum of RGB (Red+Green+Blue) = 91+119+37=247 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.84% from 247); Green value is 119 (46.88% from 255 or 48.18% from 247); Blue value is 37 (14.84% from 255 or 14.98% from 247); Max value from RGB is 119 - color contains mainly: green. Hex color #5B7725 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7725 is #A488DA. Grayscale: #656565. Windows color (decimal): -10782939 or 2455387. OLE color: 2455387.

HSL color Cylindrical-coordinate representation of color #5B7725: hue angle of 80.49º 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 #5B7725 is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB9111937-
CMYK0.2400.690.53
HSL80.49º52.56%30.59%-
HSV(B)80.49º68.91%46.67%-
XYZ11.2515.554.16-
YUV101.2891.72120.67-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 36.84%
GREEN value IS 119 (46.88% from 255) = 48.18%
BLUE value IS 37 (14.84% from 255) = 14.98%
R=36.84%
G=48.18%
B=14.98%

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
Decimal91119370.2400.690.5380.4952.5630.59
Hex5B7725180453550351f
Octal13316745300105651206537
Binary101101111101111001011100001000101110101101000011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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