Shades of Patina #699F88
Tints of Patina #699F88
RGB
CMYK
RGB Variations
Color information
#699F88 (or 0x699F88) is known color: Patina. HEX triplet: 69, 9F and 88. RGB value is (105,159,136). Sum of RGB (Red+Green+Blue) = 105+159+136=400 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.25% from 400); Green value is 159 (62.5% from 255 or 39.75% from 400); Blue value is 136 (53.52% from 255 or 34% from 400); Max value from RGB is 159 - color contains mainly: green. Hex color #699F88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699F88 is #966077. Grayscale: #8C8C8C. Windows color (decimal): -9855096 or 8953705. OLE color: 8953705.
HSL color Cylindrical-coordinate representation of color #699F88: hue angle of 154.44º degrees, saturation: 0.22, 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 #699F88 is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 105 | 159 | 136 | - |
| CMYK | 0.34 | 0 | 0.14 | 0.38 |
| HSL | 154.44º | 0.22% | 0.52% | - |
| HSV(B) | 154.44º | 0.34% | 0.62% | - |
| XYZ | 22.67 | 29.58 | 27.81 | - |
| YUV | 140.23 | 125.61 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 159 | 136 | 0.34 | 0 | 0.14 | 0.38 | 154.44 | 0.22 | 0.52 |
| Hex | 69 | 9F | 88 | 22 | 0 | E | 26 | 9A | 16 | 34 |
| Octal | 151 | 237 | 210 | 42 | 0 | 16 | 46 | 232 | 26 | 64 |
| Binary | 1101001 | 10011111 | 10001000 | 100010 | 0 | 1110 | 100110 | 10011010 | 10110 | 110100 |
Color Harmonies of #699F88
Complementary color
Monochromatic Colors of #699F88
Black with #699F88
Text Example
Text Example
White with #699F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699F88; }
p { color: rgb(105,159,136); }
H1.HeaderClassName
{
color: #699F88;
}
.AnyTagClassName
{
color: #699F88;
}
</style>
background-color css
<style>
a { background-color: #699F88; }
a { background-color: rgb(105,159,136); }
div.DivClassName
{
background-color: #699F88;
}
.BgClassName
{
background-color: #699F88;
}
</style>
border-color css
<style>
span { border-color: #699F88; }
span { border-color: rgb(105,159,136); }
td.TdClassName
{
border-color: #699F88;
}
.TagClassName
{
border-color: #699F88;
}
</style>