#5A772E

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

Shades of Dark Olive Green #5A772E

Tints of Dark Olive Green #5A772E

Color information

#5A772E (or 0x5A772E) is unknown color: approx Dark Olive Green. HEX triplet: 5A, 77 and 2E. RGB value is (90,119,46). Sum of RGB (Red+Green+Blue) = 90+119+46=255 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.29% from 255); Green value is 119 (46.88% from 255 or 46.67% from 255); Blue value is 46 (18.36% from 255 or 18.04% from 255); Max value from RGB is 119 - color contains mainly: green. Hex color #5A772E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A772E is #A588D1. Grayscale: #666666. Windows color (decimal): -10848466 or 3045210. OLE color: 3045210.

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

Color convert

RGB9011946-
CMYK0.2400.610.53
HSL83.84º44.24%32.35%-
HSV(B)83.84º61.34%46.67%-
XYZ11.3115.564.99-
YUV102.0196.39119.44-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 35.29%
GREEN value IS 119 (46.88% from 255) = 46.67%
BLUE value IS 46 (18.36% from 255) = 18.04%
R=35.29%
G=46.67%
B=18.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal90119460.2400.610.5383.8444.2432.35
Hex5A772E1803D35542c20
Octal1321675630075651245440
Binary101101011101111011101100001111011101011010100101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A772E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,119,46); }

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

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

 a { background-color: rgb(90,119,46); }

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

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

 span { border-color: rgb(90,119,46); }

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