Shades of Patina #699A82
Tints of Patina #699A82
RGB
CMYK
RGB Variations
Color information
#699A82 (or 0x699A82) is known color: Patina. HEX triplet: 69, 9A and 82. RGB value is (105,154,130). Sum of RGB (Red+Green+Blue) = 105+154+130=389 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.99% from 389); Green value is 154 (60.55% from 255 or 39.59% from 389); Blue value is 130 (51.17% from 255 or 33.42% from 389); Max value from RGB is 154 - color contains mainly: green. Hex color #699A82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699A82 is #96657D. Grayscale: #888888. Windows color (decimal): -9856382 or 8559209. OLE color: 8559209.
HSL color Cylindrical-coordinate representation of color #699A82: hue angle of 150.61º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #699A82 is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 105 | 154 | 130 | - |
| CMYK | 0.32 | 0 | 0.16 | 0.40 |
| HSL | 150.61º | 0.2% | 0.51% | - |
| HSV(B) | 150.61º | 0.32% | 0.6% | - |
| XYZ | 21.41 | 27.73 | 25.34 | - |
| YUV | 136.61 | 124.27 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 154 | 130 | 0.32 | 0 | 0.16 | 0.40 | 150.61 | 0.2 | 0.51 |
| Hex | 69 | 9A | 82 | 20 | 0 | 10 | 28 | 97 | 14 | 33 |
| Octal | 151 | 232 | 202 | 40 | 0 | 20 | 50 | 227 | 24 | 63 |
| Binary | 1101001 | 10011010 | 10000010 | 100000 | 0 | 10000 | 101000 | 10010111 | 10100 | 110011 |
Color Harmonies of #699A82
Complementary color
Monochromatic Colors of #699A82
Black with #699A82
Text Example
Text Example
White with #699A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699A82; }
p { color: rgb(105,154,130); }
H1.HeaderClassName
{
color: #699A82;
}
.AnyTagClassName
{
color: #699A82;
}
</style>
background-color css
<style>
a { background-color: #699A82; }
a { background-color: rgb(105,154,130); }
div.DivClassName
{
background-color: #699A82;
}
.BgClassName
{
background-color: #699A82;
}
</style>
border-color css
<style>
span { border-color: #699A82; }
span { border-color: rgb(105,154,130); }
td.TdClassName
{
border-color: #699A82;
}
.TagClassName
{
border-color: #699A82;
}
</style>