Shades of Patina #699B84
Tints of Patina #699B84
RGB
CMYK
RGB Variations
Color information
#699B84 (or 0x699B84) is known color: Patina. HEX triplet: 69, 9B and 84. RGB value is (105,155,132). Sum of RGB (Red+Green+Blue) = 105+155+132=392 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.79% from 392); Green value is 155 (60.94% from 255 or 39.54% from 392); Blue value is 132 (51.95% from 255 or 33.67% from 392); Max value from RGB is 155 - color contains mainly: green. Hex color #699B84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699B84 is #96647B. Grayscale: #898989. Windows color (decimal): -9856124 or 8690537. OLE color: 8690537.
HSL color Cylindrical-coordinate representation of color #699B84: hue angle of 152.4º 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 #699B84 is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 155 | 132 | - |
| CMYK | 0.32 | 0 | 0.15 | 0.39 |
| HSL | 152.4º | 0.2% | 0.51% | - |
| HSV(B) | 152.4º | 0.32% | 0.61% | - |
| XYZ | 21.71 | 28.11 | 26.11 | - |
| YUV | 137.43 | 124.94 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 155 | 132 | 0.32 | 0 | 0.15 | 0.39 | 152.4 | 0.2 | 0.51 |
| Hex | 69 | 9B | 84 | 20 | 0 | F | 27 | 98 | 14 | 33 |
| Octal | 151 | 233 | 204 | 40 | 0 | 17 | 47 | 230 | 24 | 63 |
| Binary | 1101001 | 10011011 | 10000100 | 100000 | 0 | 1111 | 100111 | 10011000 | 10100 | 110011 |
Color Harmonies of #699B84
Complementary color
Monochromatic Colors of #699B84
Black with #699B84
Text Example
Text Example
White with #699B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699B84; }
p { color: rgb(105,155,132); }
H1.HeaderClassName
{
color: #699B84;
}
.AnyTagClassName
{
color: #699B84;
}
</style>
background-color css
<style>
a { background-color: #699B84; }
a { background-color: rgb(105,155,132); }
div.DivClassName
{
background-color: #699B84;
}
.BgClassName
{
background-color: #699B84;
}
</style>
border-color css
<style>
span { border-color: #699B84; }
span { border-color: rgb(105,155,132); }
td.TdClassName
{
border-color: #699B84;
}
.TagClassName
{
border-color: #699B84;
}
</style>