Shades of Patina #679880
Tints of Patina #679880
RGB
CMYK
RGB Variations
Color information
#679880 (or 0x679880) is known color: Patina. HEX triplet: 67, 98 and 80. RGB value is (103,152,128). Sum of RGB (Red+Green+Blue) = 103+152+128=383 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.89% from 383); Green value is 152 (59.77% from 255 or 39.69% from 383); Blue value is 128 (50.39% from 255 or 33.42% from 383); Max value from RGB is 152 - color contains mainly: green. Hex color #679880 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679880 is #98677F. Grayscale: #868686. Windows color (decimal): -9987968 or 8427623. OLE color: 8427623.
HSL color Cylindrical-coordinate representation of color #679880: hue angle of 150.61º 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 #679880 is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 152 | 128 | - |
| CMYK | 0.32 | 0 | 0.16 | 0.40 |
| HSL | 150.61º | 0.19% | 0.5% | - |
| HSV(B) | 150.61º | 0.32% | 0.6% | - |
| XYZ | 20.72 | 26.9 | 24.52 | - |
| YUV | 134.61 | 124.27 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 152 | 128 | 0.32 | 0 | 0.16 | 0.40 | 150.61 | 0.19 | 0.5 |
| Hex | 67 | 98 | 80 | 20 | 0 | 10 | 28 | 97 | 13 | 32 |
| Octal | 147 | 230 | 200 | 40 | 0 | 20 | 50 | 227 | 23 | 62 |
| Binary | 1100111 | 10011000 | 10000000 | 100000 | 0 | 10000 | 101000 | 10010111 | 10011 | 110010 |
Color Harmonies of #679880
Complementary color
Monochromatic Colors of #679880
Black with #679880
Text Example
Text Example
White with #679880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679880; }
p { color: rgb(103,152,128); }
H1.HeaderClassName
{
color: #679880;
}
.AnyTagClassName
{
color: #679880;
}
</style>
background-color css
<style>
a { background-color: #679880; }
a { background-color: rgb(103,152,128); }
div.DivClassName
{
background-color: #679880;
}
.BgClassName
{
background-color: #679880;
}
</style>
border-color css
<style>
span { border-color: #679880; }
span { border-color: rgb(103,152,128); }
td.TdClassName
{
border-color: #679880;
}
.TagClassName
{
border-color: #679880;
}
</style>