Shades of Saratoga #5B6124
Tints of Saratoga #5B6124
RGB
CMYK
RGB Variations
Color information
#5B6124 (or 0x5B6124) is known color: Saratoga. HEX triplet: 5B, 61 and 24. RGB value is (91,97,36). Sum of RGB (Red+Green+Blue) = 91+97+36=224 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.62% from 224); Green value is 97 (38.28% from 255 or 43.30% from 224); Blue value is 36 (14.45% from 255 or 16.07% from 224); Max value from RGB is 97 - color contains mainly: green. Hex color #5B6124 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6124 is #A49EDB. Grayscale: #585858. Windows color (decimal): -10788572 or 2384219. OLE color: 2384219.
HSL color Cylindrical-coordinate representation of color #5B6124: hue angle of 65.9º 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 #5B6124 is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 97 | 36 | - |
| CMYK | 0.06 | 0 | 0.63 | 0.62 |
| HSL | 65.9º | 0.46% | 0.26% | - |
| HSV(B) | 65.9º | 0.63% | 0.38% | - |
| XYZ | 8.91 | 10.9 | 3.3 | - |
| YUV | 88.25 | 98.51 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 97 | 36 | 0.06 | 0 | 0.63 | 0.62 | 65.9 | 0.46 | 0.26 |
| Hex | 5B | 61 | 24 | 6 | 0 | 3F | 3E | 42 | 2E | 1A |
| Octal | 133 | 141 | 44 | 6 | 0 | 77 | 76 | 102 | 56 | 32 |
| Binary | 1011011 | 1100001 | 100100 | 110 | 0 | 111111 | 111110 | 1000010 | 101110 | 11010 |
Color Harmonies of #5B6124
Complementary color
Monochromatic Colors of #5B6124
Black with #5B6124
Text Example
Text Example
White with #5B6124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6124; }
p { color: rgb(91,97,36); }
H1.HeaderClassName
{
color: #5B6124;
}
.AnyTagClassName
{
color: #5B6124;
}
</style>
background-color css
<style>
a { background-color: #5B6124; }
a { background-color: rgb(91,97,36); }
div.DivClassName
{
background-color: #5B6124;
}
.BgClassName
{
background-color: #5B6124;
}
</style>
border-color css
<style>
span { border-color: #5B6124; }
span { border-color: rgb(91,97,36); }
td.TdClassName
{
border-color: #5B6124;
}
.TagClassName
{
border-color: #5B6124;
}
</style>