Shades of Saratoga #5A6124
Tints of Saratoga #5A6124
RGB
CMYK
RGB Variations
Color information
#5A6124 (or 0x5A6124) is known color: Saratoga. HEX triplet: 5A, 61 and 24. RGB value is (90,97,36). Sum of RGB (Red+Green+Blue) = 90+97+36=223 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.36% from 223); Green value is 97 (38.28% from 255 or 43.50% from 223); Blue value is 36 (14.45% from 255 or 16.14% from 223); Max value from RGB is 97 - color contains mainly: green. Hex color #5A6124 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6124 is #A59EDB. Grayscale: #585858. Windows color (decimal): -10854108 or 2384218. OLE color: 2384218.
HSL color Cylindrical-coordinate representation of color #5A6124: hue angle of 66.89º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5A6124 is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 97 | 36 | - |
| CMYK | 0.07 | 0 | 0.63 | 0.62 |
| HSL | 66.89º | 0.46% | 0.26% | - |
| HSV(B) | 66.89º | 0.63% | 0.38% | - |
| XYZ | 8.81 | 10.85 | 3.3 | - |
| YUV | 87.95 | 98.68 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 97 | 36 | 0.07 | 0 | 0.63 | 0.62 | 66.89 | 0.46 | 0.26 |
| Hex | 5A | 61 | 24 | 7 | 0 | 3F | 3E | 43 | 2E | 1A |
| Octal | 132 | 141 | 44 | 7 | 0 | 77 | 76 | 103 | 56 | 32 |
| Binary | 1011010 | 1100001 | 100100 | 111 | 0 | 111111 | 111110 | 1000011 | 101110 | 11010 |
Color Harmonies of #5A6124
Complementary color
Monochromatic Colors of #5A6124
Black with #5A6124
Text Example
Text Example
White with #5A6124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6124; }
p { color: rgb(90,97,36); }
H1.HeaderClassName
{
color: #5A6124;
}
.AnyTagClassName
{
color: #5A6124;
}
</style>
background-color css
<style>
a { background-color: #5A6124; }
a { background-color: rgb(90,97,36); }
div.DivClassName
{
background-color: #5A6124;
}
.BgClassName
{
background-color: #5A6124;
}
</style>
border-color css
<style>
span { border-color: #5A6124; }
span { border-color: rgb(90,97,36); }
td.TdClassName
{
border-color: #5A6124;
}
.TagClassName
{
border-color: #5A6124;
}
</style>