Shades of Patina #699180
Tints of Patina #699180
RGB
CMYK
RGB Variations
Color information
#699180 (or 0x699180) is known color: Patina. HEX triplet: 69, 91 and 80. RGB value is (105,145,128). Sum of RGB (Red+Green+Blue) = 105+145+128=378 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.78% from 378); Green value is 145 (57.03% from 255 or 38.36% from 378); Blue value is 128 (50.39% from 255 or 33.86% from 378); Max value from RGB is 145 - color contains mainly: green. Hex color #699180 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699180 is #966E7F. Grayscale: #838383. Windows color (decimal): -9858688 or 8425833. OLE color: 8425833.
HSL color Cylindrical-coordinate representation of color #699180: hue angle of 154.5º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #699180 is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 105 | 145 | 128 | - |
| CMYK | 0.28 | 0 | 0.12 | 0.43 |
| HSL | 154.5º | 0.16% | 0.49% | - |
| HSV(B) | 154.5º | 0.28% | 0.57% | - |
| XYZ | 19.85 | 24.81 | 24.17 | - |
| YUV | 131.1 | 126.25 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 145 | 128 | 0.28 | 0 | 0.12 | 0.43 | 154.5 | 0.16 | 0.49 |
| Hex | 69 | 91 | 80 | 1C | 0 | C | 2B | 9A | 10 | 31 |
| Octal | 151 | 221 | 200 | 34 | 0 | 14 | 53 | 232 | 20 | 61 |
| Binary | 1101001 | 10010001 | 10000000 | 11100 | 0 | 1100 | 101011 | 10011010 | 10000 | 110001 |
Color Harmonies of #699180
Complementary color
Monochromatic Colors of #699180
Black with #699180
Text Example
Text Example
White with #699180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699180; }
p { color: rgb(105,145,128); }
H1.HeaderClassName
{
color: #699180;
}
.AnyTagClassName
{
color: #699180;
}
</style>
background-color css
<style>
a { background-color: #699180; }
a { background-color: rgb(105,145,128); }
div.DivClassName
{
background-color: #699180;
}
.BgClassName
{
background-color: #699180;
}
</style>
border-color css
<style>
span { border-color: #699180; }
span { border-color: rgb(105,145,128); }
td.TdClassName
{
border-color: #699180;
}
.TagClassName
{
border-color: #699180;
}
</style>