Shades of Saratoga #5A6230
Tints of Saratoga #5A6230
RGB
CMYK
RGB Variations
Color information
#5A6230 (or 0x5A6230) is known color: Saratoga. HEX triplet: 5A, 62 and 30. RGB value is (90,98,48). Sum of RGB (Red+Green+Blue) = 90+98+48=236 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.14% from 236); Green value is 98 (38.67% from 255 or 41.53% from 236); Blue value is 48 (19.14% from 255 or 20.34% from 236); Max value from RGB is 98 - color contains mainly: green. Hex color #5A6230 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6230 is #A59DCF. Grayscale: #5A5A5A. Windows color (decimal): -10853840 or 3170906. OLE color: 3170906.
HSL color Cylindrical-coordinate representation of color #5A6230: hue angle of 69.6º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5A6230 is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 98 | 48 | - |
| CMYK | 0.08 | 0 | 0.51 | 0.62 |
| HSL | 69.6º | 0.34% | 0.29% | - |
| HSV(B) | 69.6º | 0.51% | 0.38% | - |
| XYZ | 9.12 | 11.12 | 4.46 | - |
| YUV | 89.91 | 104.35 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 98 | 48 | 0.08 | 0 | 0.51 | 0.62 | 69.6 | 0.34 | 0.29 |
| Hex | 5A | 62 | 30 | 8 | 0 | 33 | 3E | 46 | 22 | 1D |
| Octal | 132 | 142 | 60 | 10 | 0 | 63 | 76 | 106 | 42 | 35 |
| Binary | 1011010 | 1100010 | 110000 | 1000 | 0 | 110011 | 111110 | 1000110 | 100010 | 11101 |
Color Harmonies of #5A6230
Complementary color
Monochromatic Colors of #5A6230
Black with #5A6230
Text Example
Text Example
White with #5A6230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6230; }
p { color: rgb(90,98,48); }
H1.HeaderClassName
{
color: #5A6230;
}
.AnyTagClassName
{
color: #5A6230;
}
</style>
background-color css
<style>
a { background-color: #5A6230; }
a { background-color: rgb(90,98,48); }
div.DivClassName
{
background-color: #5A6230;
}
.BgClassName
{
background-color: #5A6230;
}
</style>
border-color css
<style>
span { border-color: #5A6230; }
span { border-color: rgb(90,98,48); }
td.TdClassName
{
border-color: #5A6230;
}
.TagClassName
{
border-color: #5A6230;
}
</style>