Shades of Patina #679888
Tints of Patina #679888
RGB
CMYK
RGB Variations
Color information
#679888 (or 0x679888) is known color: Patina. HEX triplet: 67, 98 and 88. RGB value is (103,152,136). Sum of RGB (Red+Green+Blue) = 103+152+136=391 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.34% from 391); Green value is 152 (59.77% from 255 or 38.87% from 391); Blue value is 136 (53.52% from 255 or 34.78% from 391); Max value from RGB is 152 - color contains mainly: green. Hex color #679888 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679888 is #986777. Grayscale: #878787. Windows color (decimal): -9987960 or 8951911. OLE color: 8951911.
HSL color Cylindrical-coordinate representation of color #679888: hue angle of 160.41º 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 #679888 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 152 | 136 | - |
| CMYK | 0.32 | 0 | 0.11 | 0.40 |
| HSL | 160.41º | 0.19% | 0.5% | - |
| HSV(B) | 160.41º | 0.32% | 0.6% | - |
| XYZ | 21.27 | 27.12 | 27.41 | - |
| YUV | 135.53 | 128.27 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 152 | 136 | 0.32 | 0 | 0.11 | 0.40 | 160.41 | 0.19 | 0.5 |
| Hex | 67 | 98 | 88 | 20 | 0 | B | 28 | A0 | 13 | 32 |
| Octal | 147 | 230 | 210 | 40 | 0 | 13 | 50 | 240 | 23 | 62 |
| Binary | 1100111 | 10011000 | 10001000 | 100000 | 0 | 1011 | 101000 | 10100000 | 10011 | 110010 |
Color Harmonies of #679888
Complementary color
Monochromatic Colors of #679888
Black with #679888
Text Example
Text Example
White with #679888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679888; }
p { color: rgb(103,152,136); }
H1.HeaderClassName
{
color: #679888;
}
.AnyTagClassName
{
color: #679888;
}
</style>
background-color css
<style>
a { background-color: #679888; }
a { background-color: rgb(103,152,136); }
div.DivClassName
{
background-color: #679888;
}
.BgClassName
{
background-color: #679888;
}
</style>
border-color css
<style>
span { border-color: #679888; }
span { border-color: rgb(103,152,136); }
td.TdClassName
{
border-color: #679888;
}
.TagClassName
{
border-color: #679888;
}
</style>