Shades of Saratoga #5E602F
Tints of Saratoga #5E602F
RGB
CMYK
RGB Variations
Color information
#5E602F (or 0x5E602F) is known color: Saratoga. HEX triplet: 5E, 60 and 2F. RGB value is (94,96,47). Sum of RGB (Red+Green+Blue) = 94+96+47=237 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.66% from 237); Green value is 96 (37.89% from 255 or 40.51% from 237); Blue value is 47 (18.75% from 255 or 19.83% from 237); Max value from RGB is 96 - color contains mainly: green. Hex color #5E602F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E602F is #A19FD0. Grayscale: #5A5A5A. Windows color (decimal): -10592209 or 3104862. OLE color: 3104862.
HSL color Cylindrical-coordinate representation of color #5E602F: hue angle of 62.45º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5E602F is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 96 | 47 | - |
| CMYK | 0.02 | 0 | 0.51 | 0.62 |
| HSL | 62.45º | 0.34% | 0.28% | - |
| HSV(B) | 62.45º | 0.51% | 0.38% | - |
| XYZ | 9.31 | 10.95 | 4.31 | - |
| YUV | 89.82 | 103.84 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 96 | 47 | 0.02 | 0 | 0.51 | 0.62 | 62.45 | 0.34 | 0.28 |
| Hex | 5E | 60 | 2F | 2 | 0 | 33 | 3E | 3E | 22 | 1C |
| Octal | 136 | 140 | 57 | 2 | 0 | 63 | 76 | 76 | 42 | 34 |
| Binary | 1011110 | 1100000 | 101111 | 10 | 0 | 110011 | 111110 | 111110 | 100010 | 11100 |
Color Harmonies of #5E602F
Complementary color
Monochromatic Colors of #5E602F
Black with #5E602F
Text Example
Text Example
White with #5E602F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E602F; }
p { color: rgb(94,96,47); }
H1.HeaderClassName
{
color: #5E602F;
}
.AnyTagClassName
{
color: #5E602F;
}
</style>
background-color css
<style>
a { background-color: #5E602F; }
a { background-color: rgb(94,96,47); }
div.DivClassName
{
background-color: #5E602F;
}
.BgClassName
{
background-color: #5E602F;
}
</style>
border-color css
<style>
span { border-color: #5E602F; }
span { border-color: rgb(94,96,47); }
td.TdClassName
{
border-color: #5E602F;
}
.TagClassName
{
border-color: #5E602F;
}
</style>