Shades of Patina #69978A
Tints of Patina #69978A
RGB
CMYK
RGB Variations
Color information
#69978A (or 0x69978A) is known color: Patina. HEX triplet: 69, 97 and 8A. RGB value is (105,151,138). Sum of RGB (Red+Green+Blue) = 105+151+138=394 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.65% from 394); Green value is 151 (59.38% from 255 or 38.32% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 151 - color contains mainly: green. Hex color #69978A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69978A is #966875. Grayscale: #878787. Windows color (decimal): -9857142 or 9082729. OLE color: 9082729.
HSL color Cylindrical-coordinate representation of color #69978A: hue angle of 163.04º 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 #69978A is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 105 | 151 | 138 | - |
| CMYK | 0.30 | 0 | 0.09 | 0.41 |
| HSL | 163.04º | 0.18% | 0.5% | - |
| HSV(B) | 163.04º | 0.3% | 0.59% | - |
| XYZ | 21.48 | 26.97 | 28.12 | - |
| YUV | 135.76 | 129.26 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 151 | 138 | 0.30 | 0 | 0.09 | 0.41 | 163.04 | 0.18 | 0.5 |
| Hex | 69 | 97 | 8A | 1E | 0 | 9 | 29 | A3 | 12 | 32 |
| Octal | 151 | 227 | 212 | 36 | 0 | 11 | 51 | 243 | 22 | 62 |
| Binary | 1101001 | 10010111 | 10001010 | 11110 | 0 | 1001 | 101001 | 10100011 | 10010 | 110010 |
Color Harmonies of #69978A
Complementary color
Monochromatic Colors of #69978A
Black with #69978A
Text Example
Text Example
White with #69978A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69978A; }
p { color: rgb(105,151,138); }
H1.HeaderClassName
{
color: #69978A;
}
.AnyTagClassName
{
color: #69978A;
}
</style>
background-color css
<style>
a { background-color: #69978A; }
a { background-color: rgb(105,151,138); }
div.DivClassName
{
background-color: #69978A;
}
.BgClassName
{
background-color: #69978A;
}
</style>
border-color css
<style>
span { border-color: #69978A; }
span { border-color: rgb(105,151,138); }
td.TdClassName
{
border-color: #69978A;
}
.TagClassName
{
border-color: #69978A;
}
</style>