Shades of Patina #699789
Tints of Patina #699789
RGB
CMYK
RGB Variations
Color information
#699789 (or 0x699789) is known color: Patina. HEX triplet: 69, 97 and 89. RGB value is (105,151,137). Sum of RGB (Red+Green+Blue) = 105+151+137=393 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.72% from 393); Green value is 151 (59.38% from 255 or 38.42% from 393); Blue value is 137 (53.91% from 255 or 34.86% from 393); Max value from RGB is 151 - color contains mainly: green. Hex color #699789 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699789 is #966876. Grayscale: #878787. Windows color (decimal): -9857143 or 9017193. OLE color: 9017193.
HSL color Cylindrical-coordinate representation of color #699789: hue angle of 161.74º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #699789 is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 105 | 151 | 137 | - |
| CMYK | 0.30 | 0 | 0.09 | 0.41 |
| HSL | 161.74º | 0.18% | 0.5% | - |
| HSV(B) | 161.74º | 0.3% | 0.59% | - |
| XYZ | 21.41 | 26.94 | 27.74 | - |
| YUV | 135.65 | 128.76 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 151 | 137 | 0.30 | 0 | 0.09 | 0.41 | 161.74 | 0.18 | 0.5 |
| Hex | 69 | 97 | 89 | 1E | 0 | 9 | 29 | A2 | 12 | 32 |
| Octal | 151 | 227 | 211 | 36 | 0 | 11 | 51 | 242 | 22 | 62 |
| Binary | 1101001 | 10010111 | 10001001 | 11110 | 0 | 1001 | 101001 | 10100010 | 10010 | 110010 |
Color Harmonies of #699789
Complementary color
Monochromatic Colors of #699789
Black with #699789
Text Example
Text Example
White with #699789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699789; }
p { color: rgb(105,151,137); }
H1.HeaderClassName
{
color: #699789;
}
.AnyTagClassName
{
color: #699789;
}
</style>
background-color css
<style>
a { background-color: #699789; }
a { background-color: rgb(105,151,137); }
div.DivClassName
{
background-color: #699789;
}
.BgClassName
{
background-color: #699789;
}
</style>
border-color css
<style>
span { border-color: #699789; }
span { border-color: rgb(105,151,137); }
td.TdClassName
{
border-color: #699789;
}
.TagClassName
{
border-color: #699789;
}
</style>