Shades of Saratoga #5E6128
Tints of Saratoga #5E6128
RGB
CMYK
RGB Variations
Color information
#5E6128 (or 0x5E6128) is known color: Saratoga. HEX triplet: 5E, 61 and 28. RGB value is (94,97,40). Sum of RGB (Red+Green+Blue) = 94+97+40=231 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.69% from 231); Green value is 97 (38.28% from 255 or 41.99% from 231); Blue value is 40 (16.02% from 255 or 17.32% from 231); Max value from RGB is 97 - color contains mainly: green. Hex color #5E6128 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6128 is #A19ED7. Grayscale: #595959. Windows color (decimal): -10591960 or 2646366. OLE color: 2646366.
HSL color Cylindrical-coordinate representation of color #5E6128: hue angle of 63.16º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5E6128 is Cyan = 0.03, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 97 | 40 | - |
| CMYK | 0.03 | 0 | 0.59 | 0.62 |
| HSL | 63.16º | 0.42% | 0.27% | - |
| HSV(B) | 63.16º | 0.59% | 0.38% | - |
| XYZ | 9.27 | 11.08 | 3.66 | - |
| YUV | 89.61 | 100.01 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 97 | 40 | 0.03 | 0 | 0.59 | 0.62 | 63.16 | 0.42 | 0.27 |
| Hex | 5E | 61 | 28 | 3 | 0 | 3B | 3E | 3F | 2A | 1B |
| Octal | 136 | 141 | 50 | 3 | 0 | 73 | 76 | 77 | 52 | 33 |
| Binary | 1011110 | 1100001 | 101000 | 11 | 0 | 111011 | 111110 | 111111 | 101010 | 11011 |
Color Harmonies of #5E6128
Complementary color
Monochromatic Colors of #5E6128
Black with #5E6128
Text Example
Text Example
White with #5E6128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6128; }
p { color: rgb(94,97,40); }
H1.HeaderClassName
{
color: #5E6128;
}
.AnyTagClassName
{
color: #5E6128;
}
</style>
background-color css
<style>
a { background-color: #5E6128; }
a { background-color: rgb(94,97,40); }
div.DivClassName
{
background-color: #5E6128;
}
.BgClassName
{
background-color: #5E6128;
}
</style>
border-color css
<style>
span { border-color: #5E6128; }
span { border-color: rgb(94,97,40); }
td.TdClassName
{
border-color: #5E6128;
}
.TagClassName
{
border-color: #5E6128;
}
</style>