Shades of Patina #69917D
Tints of Patina #69917D
RGB
CMYK
RGB Variations
Color information
#69917D (or 0x69917D) is known color: Patina. HEX triplet: 69, 91 and 7D. RGB value is (105,145,125). Sum of RGB (Red+Green+Blue) = 105+145+125=375 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28% from 375); Green value is 145 (57.03% from 255 or 38.67% from 375); Blue value is 125 (49.22% from 255 or 33.33% from 375); Max value from RGB is 145 - color contains mainly: green. Hex color #69917D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69917D is #966E82. Grayscale: #828282. Windows color (decimal): -9858691 or 8229225. OLE color: 8229225.
HSL color Cylindrical-coordinate representation of color #69917D: hue angle of 150º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #69917D is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 105 | 145 | 125 | - |
| CMYK | 0.28 | 0 | 0.14 | 0.43 |
| HSL | 150º | 0.16% | 0.49% | - |
| HSV(B) | 150º | 0.28% | 0.57% | - |
| XYZ | 19.65 | 24.73 | 23.14 | - |
| YUV | 130.76 | 124.75 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 145 | 125 | 0.28 | 0 | 0.14 | 0.43 | 150 | 0.16 | 0.49 |
| Hex | 69 | 91 | 7D | 1C | 0 | E | 2B | 96 | 10 | 31 |
| Octal | 151 | 221 | 175 | 34 | 0 | 16 | 53 | 226 | 20 | 61 |
| Binary | 1101001 | 10010001 | 1111101 | 11100 | 0 | 1110 | 101011 | 10010110 | 10000 | 110001 |
Color Harmonies of #69917D
Complementary color
Monochromatic Colors of #69917D
Black with #69917D
Text Example
Text Example
White with #69917D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69917D; }
p { color: rgb(105,145,125); }
H1.HeaderClassName
{
color: #69917D;
}
.AnyTagClassName
{
color: #69917D;
}
</style>
background-color css
<style>
a { background-color: #69917D; }
a { background-color: rgb(105,145,125); }
div.DivClassName
{
background-color: #69917D;
}
.BgClassName
{
background-color: #69917D;
}
</style>
border-color css
<style>
span { border-color: #69917D; }
span { border-color: rgb(105,145,125); }
td.TdClassName
{
border-color: #69917D;
}
.TagClassName
{
border-color: #69917D;
}
</style>