Shades of Patina #699C81
Tints of Patina #699C81
RGB
CMYK
RGB Variations
Color information
#699C81 (or 0x699C81) is known color: Patina. HEX triplet: 69, 9C and 81. RGB value is (105,156,129). Sum of RGB (Red+Green+Blue) = 105+156+129=390 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.92% from 390); Green value is 156 (61.33% from 255 or 40% from 390); Blue value is 129 (50.78% from 255 or 33.08% from 390); Max value from RGB is 156 - color contains mainly: green. Hex color #699C81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699C81 is #96637E. Grayscale: #898989. Windows color (decimal): -9855871 or 8494185. OLE color: 8494185.
HSL color Cylindrical-coordinate representation of color #699C81: hue angle of 148.24º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #699C81 is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 156 | 129 | - |
| CMYK | 0.33 | 0 | 0.17 | 0.39 |
| HSL | 148.24º | 0.2% | 0.51% | - |
| HSV(B) | 148.24º | 0.33% | 0.61% | - |
| XYZ | 21.68 | 28.37 | 25.1 | - |
| YUV | 137.67 | 123.1 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 156 | 129 | 0.33 | 0 | 0.17 | 0.39 | 148.24 | 0.2 | 0.51 |
| Hex | 69 | 9C | 81 | 21 | 0 | 11 | 27 | 94 | 14 | 33 |
| Octal | 151 | 234 | 201 | 41 | 0 | 21 | 47 | 224 | 24 | 63 |
| Binary | 1101001 | 10011100 | 10000001 | 100001 | 0 | 10001 | 100111 | 10010100 | 10100 | 110011 |
Color Harmonies of #699C81
Complementary color
Monochromatic Colors of #699C81
Black with #699C81
Text Example
Text Example
White with #699C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699C81; }
p { color: rgb(105,156,129); }
H1.HeaderClassName
{
color: #699C81;
}
.AnyTagClassName
{
color: #699C81;
}
</style>
background-color css
<style>
a { background-color: #699C81; }
a { background-color: rgb(105,156,129); }
div.DivClassName
{
background-color: #699C81;
}
.BgClassName
{
background-color: #699C81;
}
</style>
border-color css
<style>
span { border-color: #699C81; }
span { border-color: rgb(105,156,129); }
td.TdClassName
{
border-color: #699C81;
}
.TagClassName
{
border-color: #699C81;
}
</style>