Shades of Patina #69998D
Tints of Patina #69998D
RGB
CMYK
RGB Variations
Color information
#69998D (or 0x69998D) is known color: Patina. HEX triplet: 69, 99 and 8D. RGB value is (105,153,141). Sum of RGB (Red+Green+Blue) = 105+153+141=399 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.32% from 399); Green value is 153 (60.16% from 255 or 38.35% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 153 - color contains mainly: green. Hex color #69998D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69998D is #966672. Grayscale: #898989. Windows color (decimal): -9856627 or 9279849. OLE color: 9279849.
HSL color Cylindrical-coordinate representation of color #69998D: hue angle of 165º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #69998D is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 105 | 153 | 141 | - |
| CMYK | 0.31 | 0 | 0.08 | 0.4 |
| HSL | 165º | 0.19% | 0.51% | - |
| HSV(B) | 165º | 0.31% | 0.6% | - |
| XYZ | 22.02 | 27.71 | 29.39 | - |
| YUV | 137.28 | 130.1 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 153 | 141 | 0.31 | 0 | 0.08 | 0.4 | 165 | 0.19 | 0.51 |
| Hex | 69 | 99 | 8D | 1F | 0 | 8 | 28 | A5 | 13 | 33 |
| Octal | 151 | 231 | 215 | 37 | 0 | 10 | 50 | 245 | 23 | 63 |
| Binary | 1101001 | 10011001 | 10001101 | 11111 | 0 | 1000 | 101000 | 10100101 | 10011 | 110011 |
Color Harmonies of #69998D
Complementary color
Monochromatic Colors of #69998D
Black with #69998D
Text Example
Text Example
White with #69998D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69998D; }
p { color: rgb(105,153,141); }
H1.HeaderClassName
{
color: #69998D;
}
.AnyTagClassName
{
color: #69998D;
}
</style>
background-color css
<style>
a { background-color: #69998D; }
a { background-color: rgb(105,153,141); }
div.DivClassName
{
background-color: #69998D;
}
.BgClassName
{
background-color: #69998D;
}
</style>
border-color css
<style>
span { border-color: #69998D; }
span { border-color: rgb(105,153,141); }
td.TdClassName
{
border-color: #69998D;
}
.TagClassName
{
border-color: #69998D;
}
</style>