#5B772B

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

Shades of Dark Olive Green #5B772B

Tints of Dark Olive Green #5B772B

Color information

#5B772B (or 0x5B772B) is unknown color: approx Dark Olive Green. HEX triplet: 5B, 77 and 2B. RGB value is (91,119,43). Sum of RGB (Red+Green+Blue) = 91+119+43=253 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.97% from 253); Green value is 119 (46.88% from 255 or 47.04% from 253); Blue value is 43 (17.19% from 255 or 17.00% from 253); Max value from RGB is 119 - color contains mainly: green. Hex color #5B772B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B772B is #A488D4. Grayscale: #666666. Windows color (decimal): -10782933 or 2848603. OLE color: 2848603.

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

Color convert

RGB9111943-
CMYK0.2400.640.53
HSL82.11º46.91%31.76%-
HSV(B)82.11º63.87%46.67%-
XYZ11.3515.594.7-
YUV101.9694.72120.18-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 35.97%
GREEN value IS 119 (46.88% from 255) = 47.04%
BLUE value IS 43 (17.19% from 255) = 17.00%
R=35.97%
G=47.04%
B=17.00%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal91119430.2400.640.5382.1146.9131.76
Hex5B772B1804035522f20
Octal13316753300100651225740
Binary1011011111011110101111000010000001101011010010101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B772B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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