Shades of Patina #689881
Tints of Patina #689881
RGB
CMYK
RGB Variations
Color information
#689881 (or 0x689881) is known color: Patina. HEX triplet: 68, 98 and 81. RGB value is (104,152,129). Sum of RGB (Red+Green+Blue) = 104+152+129=385 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.01% from 385); Green value is 152 (59.77% from 255 or 39.48% from 385); Blue value is 129 (50.78% from 255 or 33.51% from 385); Max value from RGB is 152 - color contains mainly: green. Hex color #689881 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689881 is #97677E. Grayscale: #878787. Windows color (decimal): -9922431 or 8493160. OLE color: 8493160.
HSL color Cylindrical-coordinate representation of color #689881: hue angle of 151.25º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #689881 is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 104 | 152 | 129 | - |
| CMYK | 0.32 | 0 | 0.15 | 0.40 |
| HSL | 151.25º | 0.19% | 0.5% | - |
| HSV(B) | 151.25º | 0.32% | 0.6% | - |
| XYZ | 20.9 | 26.98 | 24.88 | - |
| YUV | 135.03 | 124.6 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 152 | 129 | 0.32 | 0 | 0.15 | 0.40 | 151.25 | 0.19 | 0.5 |
| Hex | 68 | 98 | 81 | 20 | 0 | F | 28 | 97 | 13 | 32 |
| Octal | 150 | 230 | 201 | 40 | 0 | 17 | 50 | 227 | 23 | 62 |
| Binary | 1101000 | 10011000 | 10000001 | 100000 | 0 | 1111 | 101000 | 10010111 | 10011 | 110010 |
Color Harmonies of #689881
Complementary color
Monochromatic Colors of #689881
Black with #689881
Text Example
Text Example
White with #689881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689881; }
p { color: rgb(104,152,129); }
H1.HeaderClassName
{
color: #689881;
}
.AnyTagClassName
{
color: #689881;
}
</style>
background-color css
<style>
a { background-color: #689881; }
a { background-color: rgb(104,152,129); }
div.DivClassName
{
background-color: #689881;
}
.BgClassName
{
background-color: #689881;
}
</style>
border-color css
<style>
span { border-color: #689881; }
span { border-color: rgb(104,152,129); }
td.TdClassName
{
border-color: #689881;
}
.TagClassName
{
border-color: #689881;
}
</style>