#5A6930

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

Shades of Dark Olive Green #5A6930

Tints of Dark Olive Green #5A6930

Color information

#5A6930 (or 0x5A6930) is unknown color: approx Dark Olive Green. HEX triplet: 5A, 69 and 30. RGB value is (90,105,48). Sum of RGB (Red+Green+Blue) = 90+105+48=243 (32% of max value = 765). Red value is 90 (35.55% from 255 or 37.04% from 243); Green value is 105 (41.41% from 255 or 43.21% from 243); Blue value is 48 (19.14% from 255 or 19.75% from 243); Max value from RGB is 105 - color contains mainly: green. Hex color #5A6930 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6930 is #A596CF. Grayscale: #5E5E5E. Windows color (decimal): -10852048 or 3172698. OLE color: 3172698.

HSL color Cylindrical-coordinate representation of color #5A6930: hue angle of 75.79º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5A6930 is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.59.

Color convert

RGB9010548-
CMYK0.1400.540.59
HSL75.79º37.25%30%-
HSV(B)75.79º54.29%41.18%-
XYZ9.812.494.69-
YUV94.02102.03125.13-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 37.04%
GREEN value IS 105 (41.41% from 255) = 43.21%
BLUE value IS 48 (19.14% from 255) = 19.75%
R=37.04%
G=43.21%
B=19.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal90105480.1400.540.5975.7937.2530
Hex5A6930E0363B4c251e
Octal1321516016066731144536
Binary1011010110100111000011100110110111011100110010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,105,48); }

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

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

 a { background-color: rgb(90,105,48); }

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

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

 span { border-color: rgb(90,105,48); }

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