Shades of Patina #69958A
Tints of Patina #69958A
RGB
CMYK
RGB Variations
Color information
#69958A (or 0x69958A) is known color: Patina. HEX triplet: 69, 95 and 8A. RGB value is (105,149,138). Sum of RGB (Red+Green+Blue) = 105+149+138=392 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.79% from 392); Green value is 149 (58.59% from 255 or 38.01% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 149 - color contains mainly: green. Hex color #69958A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69958A is #966A75. Grayscale: #868686. Windows color (decimal): -9857654 or 9082217. OLE color: 9082217.
HSL color Cylindrical-coordinate representation of color #69958A: hue angle of 165º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #69958A is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 149 | 138 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.42 |
| HSL | 165º | 0.17% | 0.5% | - |
| HSV(B) | 165º | 0.3% | 0.58% | - |
| XYZ | 21.16 | 26.33 | 28.01 | - |
| YUV | 134.59 | 129.92 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 149 | 138 | 0.30 | 0 | 0.07 | 0.42 | 165 | 0.17 | 0.5 |
| Hex | 69 | 95 | 8A | 1E | 0 | 7 | 2A | A5 | 11 | 32 |
| Octal | 151 | 225 | 212 | 36 | 0 | 7 | 52 | 245 | 21 | 62 |
| Binary | 1101001 | 10010101 | 10001010 | 11110 | 0 | 111 | 101010 | 10100101 | 10001 | 110010 |
Color Harmonies of #69958A
Complementary color
Monochromatic Colors of #69958A
Black with #69958A
Text Example
Text Example
White with #69958A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69958A; }
p { color: rgb(105,149,138); }
H1.HeaderClassName
{
color: #69958A;
}
.AnyTagClassName
{
color: #69958A;
}
</style>
background-color css
<style>
a { background-color: #69958A; }
a { background-color: rgb(105,149,138); }
div.DivClassName
{
background-color: #69958A;
}
.BgClassName
{
background-color: #69958A;
}
</style>
border-color css
<style>
span { border-color: #69958A; }
span { border-color: rgb(105,149,138); }
td.TdClassName
{
border-color: #69958A;
}
.TagClassName
{
border-color: #69958A;
}
</style>