Shades of Saratoga #5B6024
Tints of Saratoga #5B6024
RGB
CMYK
RGB Variations
Color information
#5B6024 (or 0x5B6024) is known color: Saratoga. HEX triplet: 5B, 60 and 24. RGB value is (91,96,36). Sum of RGB (Red+Green+Blue) = 91+96+36=223 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.81% from 223); Green value is 96 (37.89% from 255 or 43.05% from 223); Blue value is 36 (14.45% from 255 or 16.14% from 223); Max value from RGB is 96 - color contains mainly: green. Hex color #5B6024 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6024 is #A49FDB. Grayscale: #575757. Windows color (decimal): -10788828 or 2383963. OLE color: 2383963.
HSL color Cylindrical-coordinate representation of color #5B6024: hue angle of 65º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5B6024 is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 96 | 36 | - |
| CMYK | 0.05 | 0 | 0.62 | 0.62 |
| HSL | 65º | 0.45% | 0.26% | - |
| HSV(B) | 65º | 0.63% | 0.38% | - |
| XYZ | 8.82 | 10.72 | 3.27 | - |
| YUV | 87.67 | 98.84 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 96 | 36 | 0.05 | 0 | 0.62 | 0.62 | 65 | 0.45 | 0.26 |
| Hex | 5B | 60 | 24 | 5 | 0 | 3E | 3E | 41 | 2D | 1A |
| Octal | 133 | 140 | 44 | 5 | 0 | 76 | 76 | 101 | 55 | 32 |
| Binary | 1011011 | 1100000 | 100100 | 101 | 0 | 111110 | 111110 | 1000001 | 101101 | 11010 |
Color Harmonies of #5B6024
Complementary color
Monochromatic Colors of #5B6024
Black with #5B6024
Text Example
Text Example
White with #5B6024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6024; }
p { color: rgb(91,96,36); }
H1.HeaderClassName
{
color: #5B6024;
}
.AnyTagClassName
{
color: #5B6024;
}
</style>
background-color css
<style>
a { background-color: #5B6024; }
a { background-color: rgb(91,96,36); }
div.DivClassName
{
background-color: #5B6024;
}
.BgClassName
{
background-color: #5B6024;
}
</style>
border-color css
<style>
span { border-color: #5B6024; }
span { border-color: rgb(91,96,36); }
td.TdClassName
{
border-color: #5B6024;
}
.TagClassName
{
border-color: #5B6024;
}
</style>