Shades of Patina #699B85
Tints of Patina #699B85
RGB
CMYK
RGB Variations
Color information
#699B85 (or 0x699B85) is known color: Patina. HEX triplet: 69, 9B and 85. RGB value is (105,155,133). Sum of RGB (Red+Green+Blue) = 105+155+133=393 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.72% from 393); Green value is 155 (60.94% from 255 or 39.44% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 155 - color contains mainly: green. Hex color #699B85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699B85 is #96647A. Grayscale: #898989. Windows color (decimal): -9856123 or 8756073. OLE color: 8756073.
HSL color Cylindrical-coordinate representation of color #699B85: hue angle of 153.6º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #699B85 is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 155 | 133 | - |
| CMYK | 0.32 | 0 | 0.14 | 0.39 |
| HSL | 153.6º | 0.2% | 0.51% | - |
| HSV(B) | 153.6º | 0.32% | 0.61% | - |
| XYZ | 21.78 | 28.14 | 26.47 | - |
| YUV | 137.54 | 125.44 | 104.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 155 | 133 | 0.32 | 0 | 0.14 | 0.39 | 153.6 | 0.2 | 0.51 |
| Hex | 69 | 9B | 85 | 20 | 0 | E | 27 | 9A | 14 | 33 |
| Octal | 151 | 233 | 205 | 40 | 0 | 16 | 47 | 232 | 24 | 63 |
| Binary | 1101001 | 10011011 | 10000101 | 100000 | 0 | 1110 | 100111 | 10011010 | 10100 | 110011 |
Color Harmonies of #699B85
Complementary color
Monochromatic Colors of #699B85
Black with #699B85
Text Example
Text Example
White with #699B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699B85; }
p { color: rgb(105,155,133); }
H1.HeaderClassName
{
color: #699B85;
}
.AnyTagClassName
{
color: #699B85;
}
</style>
background-color css
<style>
a { background-color: #699B85; }
a { background-color: rgb(105,155,133); }
div.DivClassName
{
background-color: #699B85;
}
.BgClassName
{
background-color: #699B85;
}
</style>
border-color css
<style>
span { border-color: #699B85; }
span { border-color: rgb(105,155,133); }
td.TdClassName
{
border-color: #699B85;
}
.TagClassName
{
border-color: #699B85;
}
</style>