Shades of Patina #699681
Tints of Patina #699681
RGB
CMYK
RGB Variations
Color information
#699681 (or 0x699681) is known color: Patina. HEX triplet: 69, 96 and 81. RGB value is (105,150,129). Sum of RGB (Red+Green+Blue) = 105+150+129=384 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.34% from 384); Green value is 150 (58.98% from 255 or 39.06% from 384); Blue value is 129 (50.78% from 255 or 33.59% from 384); Max value from RGB is 150 - color contains mainly: green. Hex color #699681 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699681 is #96697E. Grayscale: #868686. Windows color (decimal): -9857407 or 8492649. OLE color: 8492649.
HSL color Cylindrical-coordinate representation of color #699681: hue angle of 152º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #699681 is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 105 | 150 | 129 | - |
| CMYK | 0.30 | 0 | 0.14 | 0.41 |
| HSL | 152º | 0.18% | 0.5% | - |
| HSV(B) | 152º | 0.3% | 0.59% | - |
| XYZ | 20.69 | 26.4 | 24.77 | - |
| YUV | 134.15 | 125.09 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 150 | 129 | 0.30 | 0 | 0.14 | 0.41 | 152 | 0.18 | 0.5 |
| Hex | 69 | 96 | 81 | 1E | 0 | E | 29 | 98 | 12 | 32 |
| Octal | 151 | 226 | 201 | 36 | 0 | 16 | 51 | 230 | 22 | 62 |
| Binary | 1101001 | 10010110 | 10000001 | 11110 | 0 | 1110 | 101001 | 10011000 | 10010 | 110010 |
Color Harmonies of #699681
Complementary color
Monochromatic Colors of #699681
Black with #699681
Text Example
Text Example
White with #699681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699681; }
p { color: rgb(105,150,129); }
H1.HeaderClassName
{
color: #699681;
}
.AnyTagClassName
{
color: #699681;
}
</style>
background-color css
<style>
a { background-color: #699681; }
a { background-color: rgb(105,150,129); }
div.DivClassName
{
background-color: #699681;
}
.BgClassName
{
background-color: #699681;
}
</style>
border-color css
<style>
span { border-color: #699681; }
span { border-color: rgb(105,150,129); }
td.TdClassName
{
border-color: #699681;
}
.TagClassName
{
border-color: #699681;
}
</style>