#5A6120

Color #5A6120 Saratoga (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saratoga #5A6120

Tints of Saratoga #5A6120

Color information

#5A6120 (or 0x5A6120) is unknown color: approx Saratoga. HEX triplet: 5A, 61 and 20. RGB value is (90,97,32). Sum of RGB (Red+Green+Blue) = 90+97+32=219 (29% of max value = 765). Red value is 90 (35.55% from 255 or 41.10% from 219); Green value is 97 (38.28% from 255 or 44.29% from 219); Blue value is 32 (12.89% from 255 or 14.61% from 219); Max value from RGB is 97 - color contains mainly: green. Hex color #5A6120 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6120 is #A59EDF. Grayscale: #575757. Windows color (decimal): -10854112 or 2122074. OLE color: 2122074.

HSL color Cylindrical-coordinate representation of color #5A6120: hue angle of 66.46º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5A6120 is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB909732-
CMYK0.0700.670.62
HSL66.46º50.39%25.29%-
HSV(B)66.46º67.01%38.04%-
XYZ8.7510.833-
YUV87.596.68129.79-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 41.10%
GREEN value IS 97 (38.28% from 255) = 44.29%
BLUE value IS 32 (12.89% from 255) = 14.61%
R=41.10%
G=44.29%
B=14.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9097320.0700.670.6266.4650.3925.29
Hex5A612070433E423219
Octal1321414070103761026231
Binary1011010110000110000011101000011111110100001011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,97,32); }

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

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

 a { background-color: rgb(90,97,32); }

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

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

 span { border-color: rgb(90,97,32); }

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