Shades of Saratoga #516123
Tints of Saratoga #516123
RGB
CMYK
RGB Variations
Color information
#516123 (or 0x516123) is known color: Saratoga. HEX triplet: 51, 61 and 23. RGB value is (81,97,35). Sum of RGB (Red+Green+Blue) = 81+97+35=213 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.03% from 213); Green value is 97 (38.28% from 255 or 45.54% from 213); Blue value is 35 (14.06% from 255 or 16.43% from 213); Max value from RGB is 97 - color contains mainly: green. Hex color #516123 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516123 is #AE9EDC. Grayscale: #555555. Windows color (decimal): -11443933 or 2318673. OLE color: 2318673.
HSL color Cylindrical-coordinate representation of color #516123: hue angle of 75.48º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #516123 is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 81 | 97 | 35 | - |
| CMYK | 0.16 | 0 | 0.64 | 0.62 |
| HSL | 75.48º | 0.47% | 0.26% | - |
| HSV(B) | 75.48º | 0.64% | 0.38% | - |
| XYZ | 7.97 | 10.42 | 3.18 | - |
| YUV | 85.15 | 99.7 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 97 | 35 | 0.16 | 0 | 0.64 | 0.62 | 75.48 | 0.47 | 0.26 |
| Hex | 51 | 61 | 23 | 10 | 0 | 40 | 3E | 4B | 2F | 1A |
| Octal | 121 | 141 | 43 | 20 | 0 | 100 | 76 | 113 | 57 | 32 |
| Binary | 1010001 | 1100001 | 100011 | 10000 | 0 | 1000000 | 111110 | 1001011 | 101111 | 11010 |
Color Harmonies of #516123
Complementary color
Monochromatic Colors of #516123
Black with #516123
Text Example
Text Example
White with #516123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516123; }
p { color: rgb(81,97,35); }
H1.HeaderClassName
{
color: #516123;
}
.AnyTagClassName
{
color: #516123;
}
</style>
background-color css
<style>
a { background-color: #516123; }
a { background-color: rgb(81,97,35); }
div.DivClassName
{
background-color: #516123;
}
.BgClassName
{
background-color: #516123;
}
</style>
border-color css
<style>
span { border-color: #516123; }
span { border-color: rgb(81,97,35); }
td.TdClassName
{
border-color: #516123;
}
.TagClassName
{
border-color: #516123;
}
</style>