Shades of Saratoga #5E6127
Tints of Saratoga #5E6127
RGB
CMYK
RGB Variations
Color information
#5E6127 (or 0x5E6127) is known color: Saratoga. HEX triplet: 5E, 61 and 27. RGB value is (94,97,39). Sum of RGB (Red+Green+Blue) = 94+97+39=230 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.87% from 230); Green value is 97 (38.28% from 255 or 42.17% from 230); Blue value is 39 (15.62% from 255 or 16.96% from 230); Max value from RGB is 97 - color contains mainly: green. Hex color #5E6127 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6127 is #A19ED8. Grayscale: #595959. Windows color (decimal): -10591961 or 2580830. OLE color: 2580830.
HSL color Cylindrical-coordinate representation of color #5E6127: hue angle of 63.1º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5E6127 is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 97 | 39 | - |
| CMYK | 0.03 | 0 | 0.60 | 0.62 |
| HSL | 63.1º | 0.43% | 0.27% | - |
| HSV(B) | 63.1º | 0.6% | 0.38% | - |
| XYZ | 9.26 | 11.08 | 3.57 | - |
| YUV | 89.49 | 99.51 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 97 | 39 | 0.03 | 0 | 0.60 | 0.62 | 63.1 | 0.43 | 0.27 |
| Hex | 5E | 61 | 27 | 3 | 0 | 3C | 3E | 3F | 2B | 1B |
| Octal | 136 | 141 | 47 | 3 | 0 | 74 | 76 | 77 | 53 | 33 |
| Binary | 1011110 | 1100001 | 100111 | 11 | 0 | 111100 | 111110 | 111111 | 101011 | 11011 |
Color Harmonies of #5E6127
Complementary color
Monochromatic Colors of #5E6127
Black with #5E6127
Text Example
Text Example
White with #5E6127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6127; }
p { color: rgb(94,97,39); }
H1.HeaderClassName
{
color: #5E6127;
}
.AnyTagClassName
{
color: #5E6127;
}
</style>
background-color css
<style>
a { background-color: #5E6127; }
a { background-color: rgb(94,97,39); }
div.DivClassName
{
background-color: #5E6127;
}
.BgClassName
{
background-color: #5E6127;
}
</style>
border-color css
<style>
span { border-color: #5E6127; }
span { border-color: rgb(94,97,39); }
td.TdClassName
{
border-color: #5E6127;
}
.TagClassName
{
border-color: #5E6127;
}
</style>