#5B7E2E

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

Shades of Dark Olive Green #5B7E2E

Tints of Dark Olive Green #5B7E2E

Color information

#5B7E2E (or 0x5B7E2E) is unknown color: approx Dark Olive Green. HEX triplet: 5B, 7E and 2E. RGB value is (91,126,46). Sum of RGB (Red+Green+Blue) = 91+126+46=263 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.60% from 263); Green value is 126 (49.61% from 255 or 47.91% from 263); Blue value is 46 (18.36% from 255 or 17.49% from 263); Max value from RGB is 126 - color contains mainly: green. Hex color #5B7E2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7E2E is #A481D1. Grayscale: #6A6A6A. Windows color (decimal): -10781138 or 3047003. OLE color: 3047003.

HSL color Cylindrical-coordinate representation of color #5B7E2E: hue angle of 86.25º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5B7E2E is Cyan = 0.28, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.51.

Color convert

RGB9112646-
CMYK0.2800.630.51
HSL86.25º46.51%33.73%-
HSV(B)86.25º63.49%49.41%-
XYZ12.2717.345.29-
YUV106.4293.9117-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 34.60%
GREEN value IS 126 (49.61% from 255) = 47.91%
BLUE value IS 46 (18.36% from 255) = 17.49%
R=34.60%
G=47.91%
B=17.49%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal91126460.2800.630.5186.2546.5133.73
Hex5B7E2E1C03F33562f22
Octal1331765634077631265742
Binary101101111111101011101110001111111100111010110101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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