#5B782E

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

Shades of Dark Olive Green #5B782E

Tints of Dark Olive Green #5B782E

Color information

#5B782E (or 0x5B782E) is unknown color: approx Dark Olive Green. HEX triplet: 5B, 78 and 2E. RGB value is (91,120,46). Sum of RGB (Red+Green+Blue) = 91+120+46=257 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35.41% from 257); Green value is 120 (47.27% from 255 or 46.69% from 257); Blue value is 46 (18.36% from 255 or 17.90% from 257); Max value from RGB is 120 - color contains mainly: green. Hex color #5B782E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B782E is #A487D1. Grayscale: #676767. Windows color (decimal): -10782674 or 3045467. OLE color: 3045467.

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

Color convert

RGB9112046-
CMYK0.2400.620.53
HSL83.51º44.58%32.55%-
HSV(B)83.51º61.67%47.06%-
XYZ11.5215.855.04-
YUV102.8995.89119.52-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 35.41%
GREEN value IS 120 (47.27% from 255) = 46.69%
BLUE value IS 46 (18.36% from 255) = 17.90%
R=35.41%
G=46.69%
B=17.90%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal91120460.2400.620.5383.5144.5832.55
Hex5B782E1803E35542d21
Octal1331705630076651245541
Binary101101111110001011101100001111101101011010100101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B782E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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