#5A7721

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

Shades of Dark Olive Green #5A7721

Tints of Dark Olive Green #5A7721

Color information

#5A7721 (or 0x5A7721) is unknown color: approx Dark Olive Green. HEX triplet: 5A, 77 and 21. RGB value is (90,119,33). Sum of RGB (Red+Green+Blue) = 90+119+33=242 (32% of max value = 765). Red value is 90 (35.55% from 255 or 37.19% from 242); Green value is 119 (46.88% from 255 or 49.17% from 242); Blue value is 33 (13.28% from 255 or 13.64% from 242); Max value from RGB is 119 - color contains mainly: green. Hex color #5A7721 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7721 is #A588DE. Grayscale: #646464. Windows color (decimal): -10848479 or 2193242. OLE color: 2193242.

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

Color convert

RGB9011933-
CMYK0.2400.720.53
HSL80.23º56.58%29.8%-
HSV(B)80.23º72.27%46.67%-
XYZ11.0915.483.84-
YUV100.5289.89120.49-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 37.19%
GREEN value IS 119 (46.88% from 255) = 49.17%
BLUE value IS 33 (13.28% from 255) = 13.64%
R=37.19%
G=49.17%
B=13.64%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal90119330.2400.720.5380.2356.5829.8
Hex5A7721180483550391e
Octal13216741300110651207136
Binary101101011101111000011100001001000110101101000011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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