Shades of Saratoga #5F6329
Tints of Saratoga #5F6329
RGB
CMYK
RGB Variations
Color information
#5F6329 (or 0x5F6329) is known color: Saratoga. HEX triplet: 5F, 63 and 29. RGB value is (95,99,41). Sum of RGB (Red+Green+Blue) = 95+99+41=235 (31% of max value = 765). Red value is 95 (37.5% from 255 or 40.43% from 235); Green value is 99 (39.06% from 255 or 42.13% from 235); Blue value is 41 (16.41% from 255 or 17.45% from 235); Max value from RGB is 99 - color contains mainly: green. Hex color #5F6329 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6329 is #A09CD6. Grayscale: #5B5B5B. Windows color (decimal): -10525911 or 2712415. OLE color: 2712415.
HSL color Cylindrical-coordinate representation of color #5F6329: hue angle of 64.14º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5F6329 is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 95 | 99 | 41 | - |
| CMYK | 0.04 | 0 | 0.59 | 0.61 |
| HSL | 64.14º | 0.41% | 0.27% | - |
| HSV(B) | 64.14º | 0.59% | 0.39% | - |
| XYZ | 9.58 | 11.52 | 3.82 | - |
| YUV | 91.19 | 99.67 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 99 | 41 | 0.04 | 0 | 0.59 | 0.61 | 64.14 | 0.41 | 0.27 |
| Hex | 5F | 63 | 29 | 4 | 0 | 3B | 3D | 40 | 29 | 1B |
| Octal | 137 | 143 | 51 | 4 | 0 | 73 | 75 | 100 | 51 | 33 |
| Binary | 1011111 | 1100011 | 101001 | 100 | 0 | 111011 | 111101 | 1000000 | 101001 | 11011 |
Color Harmonies of #5F6329
Complementary color
Monochromatic Colors of #5F6329
Black with #5F6329
Text Example
Text Example
White with #5F6329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6329; }
p { color: rgb(95,99,41); }
H1.HeaderClassName
{
color: #5F6329;
}
.AnyTagClassName
{
color: #5F6329;
}
</style>
background-color css
<style>
a { background-color: #5F6329; }
a { background-color: rgb(95,99,41); }
div.DivClassName
{
background-color: #5F6329;
}
.BgClassName
{
background-color: #5F6329;
}
</style>
border-color css
<style>
span { border-color: #5F6329; }
span { border-color: rgb(95,99,41); }
td.TdClassName
{
border-color: #5F6329;
}
.TagClassName
{
border-color: #5F6329;
}
</style>