#5A7730

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

Shades of Dark Olive Green #5A7730

Tints of Dark Olive Green #5A7730

Color information

#5A7730 (or 0x5A7730) is unknown color: approx Dark Olive Green. HEX triplet: 5A, 77 and 30. RGB value is (90,119,48). Sum of RGB (Red+Green+Blue) = 90+119+48=257 (34% of max value = 765). Red value is 90 (35.55% from 255 or 35.02% from 257); Green value is 119 (46.88% from 255 or 46.30% from 257); Blue value is 48 (19.14% from 255 or 18.68% from 257); Max value from RGB is 119 - color contains mainly: green. Hex color #5A7730 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7730 is #A588CF. Grayscale: #666666. Windows color (decimal): -10848464 or 3176282. OLE color: 3176282.

HSL color Cylindrical-coordinate representation of color #5A7730: hue angle of 84.51º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5A7730 is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB9011948-
CMYK0.2400.600.53
HSL84.51º42.51%32.75%-
HSV(B)84.51º59.66%46.67%-
XYZ11.3515.585.21-
YUV102.2397.39119.27-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 35.02%
GREEN value IS 119 (46.88% from 255) = 46.30%
BLUE value IS 48 (19.14% from 255) = 18.68%
R=35.02%
G=46.30%
B=18.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal90119480.2400.600.5384.5142.5132.75
Hex5A77301803C35552b21
Octal1321676030074651255341
Binary101101011101111100001100001111001101011010101101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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