Shades of Patina #679180
Tints of Patina #679180
RGB
CMYK
RGB Variations
Color information
#679180 (or 0x679180) is known color: Patina. HEX triplet: 67, 91 and 80. RGB value is (103,145,128). Sum of RGB (Red+Green+Blue) = 103+145+128=376 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.39% from 376); Green value is 145 (57.03% from 255 or 38.56% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 145 - color contains mainly: green. Hex color #679180 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679180 is #986E7F. Grayscale: #828282. Windows color (decimal): -9989760 or 8425831. OLE color: 8425831.
HSL color Cylindrical-coordinate representation of color #679180: hue angle of 155.71º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #679180 is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 103 | 145 | 128 | - |
| CMYK | 0.29 | 0 | 0.12 | 0.43 |
| HSL | 155.71º | 0.17% | 0.49% | - |
| HSV(B) | 155.71º | 0.29% | 0.57% | - |
| XYZ | 19.62 | 24.69 | 24.15 | - |
| YUV | 130.5 | 126.59 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 145 | 128 | 0.29 | 0 | 0.12 | 0.43 | 155.71 | 0.17 | 0.49 |
| Hex | 67 | 91 | 80 | 1D | 0 | C | 2B | 9C | 11 | 31 |
| Octal | 147 | 221 | 200 | 35 | 0 | 14 | 53 | 234 | 21 | 61 |
| Binary | 1100111 | 10010001 | 10000000 | 11101 | 0 | 1100 | 101011 | 10011100 | 10001 | 110001 |
Color Harmonies of #679180
Complementary color
Monochromatic Colors of #679180
Black with #679180
Text Example
Text Example
White with #679180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679180; }
p { color: rgb(103,145,128); }
H1.HeaderClassName
{
color: #679180;
}
.AnyTagClassName
{
color: #679180;
}
</style>
background-color css
<style>
a { background-color: #679180; }
a { background-color: rgb(103,145,128); }
div.DivClassName
{
background-color: #679180;
}
.BgClassName
{
background-color: #679180;
}
</style>
border-color css
<style>
span { border-color: #679180; }
span { border-color: rgb(103,145,128); }
td.TdClassName
{
border-color: #679180;
}
.TagClassName
{
border-color: #679180;
}
</style>