#5A7921

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

Shades of Dark Olive Green #5A7921

Tints of Dark Olive Green #5A7921

Color information

#5A7921 (or 0x5A7921) is unknown color: approx Dark Olive Green. HEX triplet: 5A, 79 and 21. RGB value is (90,121,33). Sum of RGB (Red+Green+Blue) = 90+121+33=244 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.89% from 244); Green value is 121 (47.66% from 255 or 49.59% from 244); Blue value is 33 (13.28% from 255 or 13.52% from 244); Max value from RGB is 121 - color contains mainly: green. Hex color #5A7921 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7921 is #A586DE. Grayscale: #666666. Windows color (decimal): -10847967 or 2193754. OLE color: 2193754.

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

Color convert

RGB9012133-
CMYK0.2600.730.53
HSL81.14º57.14%30.2%-
HSV(B)81.14º72.73%47.45%-
XYZ11.3315.963.92-
YUV101.789.23119.66-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 36.89%
GREEN value IS 121 (47.66% from 255) = 49.59%
BLUE value IS 33 (13.28% from 255) = 13.52%
R=36.89%
G=49.59%
B=13.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal90121330.2600.730.5381.1457.1430.2
Hex5A79211A0493551391e
Octal13217141320111651217136
Binary101101011110011000011101001001001110101101000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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