Shades of Saratoga #5B6125
Tints of Saratoga #5B6125
RGB
CMYK
RGB Variations
Color information
#5B6125 (or 0x5B6125) is known color: Saratoga. HEX triplet: 5B, 61 and 25. RGB value is (91,97,37). Sum of RGB (Red+Green+Blue) = 91+97+37=225 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.44% from 225); Green value is 97 (38.28% from 255 or 43.11% from 225); Blue value is 37 (14.84% from 255 or 16.44% from 225); Max value from RGB is 97 - color contains mainly: green. Hex color #5B6125 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6125 is #A49EDA. Grayscale: #585858. Windows color (decimal): -10788571 or 2449755. OLE color: 2449755.
HSL color Cylindrical-coordinate representation of color #5B6125: hue angle of 66º 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 #5B6125 is Cyan = 0.06, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 97 | 37 | - |
| CMYK | 0.06 | 0 | 0.62 | 0.62 |
| HSL | 66º | 0.45% | 0.26% | - |
| HSV(B) | 66º | 0.62% | 0.38% | - |
| XYZ | 8.92 | 10.91 | 3.39 | - |
| YUV | 88.37 | 99.01 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 97 | 37 | 0.06 | 0 | 0.62 | 0.62 | 66 | 0.45 | 0.26 |
| Hex | 5B | 61 | 25 | 6 | 0 | 3E | 3E | 42 | 2D | 1A |
| Octal | 133 | 141 | 45 | 6 | 0 | 76 | 76 | 102 | 55 | 32 |
| Binary | 1011011 | 1100001 | 100101 | 110 | 0 | 111110 | 111110 | 1000010 | 101101 | 11010 |
Color Harmonies of #5B6125
Complementary color
Monochromatic Colors of #5B6125
Black with #5B6125
Text Example
Text Example
White with #5B6125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6125; }
p { color: rgb(91,97,37); }
H1.HeaderClassName
{
color: #5B6125;
}
.AnyTagClassName
{
color: #5B6125;
}
</style>
background-color css
<style>
a { background-color: #5B6125; }
a { background-color: rgb(91,97,37); }
div.DivClassName
{
background-color: #5B6125;
}
.BgClassName
{
background-color: #5B6125;
}
</style>
border-color css
<style>
span { border-color: #5B6125; }
span { border-color: rgb(91,97,37); }
td.TdClassName
{
border-color: #5B6125;
}
.TagClassName
{
border-color: #5B6125;
}
</style>