Shades of Saratoga #5E6632
Tints of Saratoga #5E6632
RGB
CMYK
RGB Variations
Color information
#5E6632 (or 0x5E6632) is known color: Saratoga. HEX triplet: 5E, 66 and 32. RGB value is (94,102,50). Sum of RGB (Red+Green+Blue) = 94+102+50=246 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.21% from 246); Green value is 102 (40.23% from 255 or 41.46% from 246); Blue value is 50 (19.92% from 255 or 20.33% from 246); Max value from RGB is 102 - color contains mainly: green. Hex color #5E6632 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6632 is #A199CD. Grayscale: #5D5D5D. Windows color (decimal): -10590670 or 3303006. OLE color: 3303006.
HSL color Cylindrical-coordinate representation of color #5E6632: hue angle of 69.23º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5E6632 is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 94 | 102 | 50 | - |
| CMYK | 0.08 | 0 | 0.51 | 0.6 |
| HSL | 69.23º | 0.34% | 0.3% | - |
| HSV(B) | 69.23º | 0.51% | 0.4% | - |
| XYZ | 9.94 | 12.11 | 4.83 | - |
| YUV | 93.68 | 103.35 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 102 | 50 | 0.08 | 0 | 0.51 | 0.6 | 69.23 | 0.34 | 0.3 |
| Hex | 5E | 66 | 32 | 8 | 0 | 33 | 3C | 45 | 22 | 1E |
| Octal | 136 | 146 | 62 | 10 | 0 | 63 | 74 | 105 | 42 | 36 |
| Binary | 1011110 | 1100110 | 110010 | 1000 | 0 | 110011 | 111100 | 1000101 | 100010 | 11110 |
Color Harmonies of #5E6632
Complementary color
Monochromatic Colors of #5E6632
Black with #5E6632
Text Example
Text Example
White with #5E6632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6632; }
p { color: rgb(94,102,50); }
H1.HeaderClassName
{
color: #5E6632;
}
.AnyTagClassName
{
color: #5E6632;
}
</style>
background-color css
<style>
a { background-color: #5E6632; }
a { background-color: rgb(94,102,50); }
div.DivClassName
{
background-color: #5E6632;
}
.BgClassName
{
background-color: #5E6632;
}
</style>
border-color css
<style>
span { border-color: #5E6632; }
span { border-color: rgb(94,102,50); }
td.TdClassName
{
border-color: #5E6632;
}
.TagClassName
{
border-color: #5E6632;
}
</style>