#5A7929

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

Shades of Dark Olive Green #5A7929

Tints of Dark Olive Green #5A7929

Color information

#5A7929 (or 0x5A7929) is unknown color: approx Dark Olive Green. HEX triplet: 5A, 79 and 29. RGB value is (90,121,41). Sum of RGB (Red+Green+Blue) = 90+121+41=252 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.71% from 252); Green value is 121 (47.66% from 255 or 48.02% from 252); Blue value is 41 (16.41% from 255 or 16.27% from 252); Max value from RGB is 121 - color contains mainly: green. Hex color #5A7929 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7929 is #A586D6. Grayscale: #666666. Windows color (decimal): -10847959 or 2718042. OLE color: 2718042.

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

Color convert

RGB9012141-
CMYK0.2600.660.53
HSL83.25º49.38%31.76%-
HSV(B)83.25º66.12%47.45%-
XYZ11.4516.014.58-
YUV102.6193.23119-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 35.71%
GREEN value IS 121 (47.66% from 255) = 48.02%
BLUE value IS 41 (16.41% from 255) = 16.27%
R=35.71%
G=48.02%
B=16.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal90121410.2600.660.5383.2549.3831.76
Hex5A79291A04235533120
Octal13217151320102651236140
Binary1011010111100110100111010010000101101011010011110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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