Shades of Patina #699E82
Tints of Patina #699E82
RGB
CMYK
RGB Variations
Color information
#699E82 (or 0x699E82) is known color: Patina. HEX triplet: 69, 9E and 82. RGB value is (105,158,130). Sum of RGB (Red+Green+Blue) = 105+158+130=393 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.72% from 393); Green value is 158 (62.11% from 255 or 40.20% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 158 - color contains mainly: green. Hex color #699E82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699E82 is #96617D. Grayscale: #8B8B8B. Windows color (decimal): -9855358 or 8560233. OLE color: 8560233.
HSL color Cylindrical-coordinate representation of color #699E82: hue angle of 148.3º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #699E82 is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 105 | 158 | 130 | - |
| CMYK | 0.34 | 0 | 0.18 | 0.38 |
| HSL | 148.3º | 0.21% | 0.52% | - |
| HSV(B) | 148.3º | 0.34% | 0.62% | - |
| XYZ | 22.08 | 29.07 | 25.57 | - |
| YUV | 138.96 | 122.94 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 158 | 130 | 0.34 | 0 | 0.18 | 0.38 | 148.3 | 0.21 | 0.52 |
| Hex | 69 | 9E | 82 | 22 | 0 | 12 | 26 | 94 | 15 | 34 |
| Octal | 151 | 236 | 202 | 42 | 0 | 22 | 46 | 224 | 25 | 64 |
| Binary | 1101001 | 10011110 | 10000010 | 100010 | 0 | 10010 | 100110 | 10010100 | 10101 | 110100 |
Color Harmonies of #699E82
Complementary color
Monochromatic Colors of #699E82
Black with #699E82
Text Example
Text Example
White with #699E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699E82; }
p { color: rgb(105,158,130); }
H1.HeaderClassName
{
color: #699E82;
}
.AnyTagClassName
{
color: #699E82;
}
</style>
background-color css
<style>
a { background-color: #699E82; }
a { background-color: rgb(105,158,130); }
div.DivClassName
{
background-color: #699E82;
}
.BgClassName
{
background-color: #699E82;
}
</style>
border-color css
<style>
span { border-color: #699E82; }
span { border-color: rgb(105,158,130); }
td.TdClassName
{
border-color: #699E82;
}
.TagClassName
{
border-color: #699E82;
}
</style>