Shades of Patina #699581
Tints of Patina #699581
RGB
CMYK
RGB Variations
Color information
#699581 (or 0x699581) is known color: Patina. HEX triplet: 69, 95 and 81. RGB value is (105,149,129). Sum of RGB (Red+Green+Blue) = 105+149+129=383 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.42% from 383); Green value is 149 (58.59% from 255 or 38.90% from 383); Blue value is 129 (50.78% from 255 or 33.68% from 383); Max value from RGB is 149 - color contains mainly: green. Hex color #699581 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699581 is #966A7E. Grayscale: #858585. Windows color (decimal): -9857663 or 8492393. OLE color: 8492393.
HSL color Cylindrical-coordinate representation of color #699581: hue angle of 152.73º 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 #699581 is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 149 | 129 | - |
| CMYK | 0.30 | 0 | 0.13 | 0.42 |
| HSL | 152.73º | 0.17% | 0.5% | - |
| HSV(B) | 152.73º | 0.3% | 0.58% | - |
| XYZ | 20.54 | 26.08 | 24.72 | - |
| YUV | 133.56 | 125.42 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 149 | 129 | 0.30 | 0 | 0.13 | 0.42 | 152.73 | 0.17 | 0.5 |
| Hex | 69 | 95 | 81 | 1E | 0 | D | 2A | 99 | 11 | 32 |
| Octal | 151 | 225 | 201 | 36 | 0 | 15 | 52 | 231 | 21 | 62 |
| Binary | 1101001 | 10010101 | 10000001 | 11110 | 0 | 1101 | 101010 | 10011001 | 10001 | 110010 |
Color Harmonies of #699581
Complementary color
Monochromatic Colors of #699581
Black with #699581
Text Example
Text Example
White with #699581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699581; }
p { color: rgb(105,149,129); }
H1.HeaderClassName
{
color: #699581;
}
.AnyTagClassName
{
color: #699581;
}
</style>
background-color css
<style>
a { background-color: #699581; }
a { background-color: rgb(105,149,129); }
div.DivClassName
{
background-color: #699581;
}
.BgClassName
{
background-color: #699581;
}
</style>
border-color css
<style>
span { border-color: #699581; }
span { border-color: rgb(105,149,129); }
td.TdClassName
{
border-color: #699581;
}
.TagClassName
{
border-color: #699581;
}
</style>