Shades of Patina #6A8E7B
Tints of Patina #6A8E7B
RGB
CMYK
RGB Variations
Color information
#6A8E7B (or 0x6A8E7B) is known color: Patina. HEX triplet: 6A, 8E and 7B. RGB value is (106,142,123). Sum of RGB (Red+Green+Blue) = 106+142+123=371 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.57% from 371); Green value is 142 (55.86% from 255 or 38.27% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 142 - color contains mainly: green. Hex color #6A8E7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8E7B is #957184. Grayscale: #818181. Windows color (decimal): -9793925 or 8097386. OLE color: 8097386.
HSL color Cylindrical-coordinate representation of color #6A8E7B: hue angle of 148.33º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6A8E7B is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 106 | 142 | 123 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.44 |
| HSL | 148.33º | 0.15% | 0.49% | - |
| HSV(B) | 148.33º | 0.25% | 0.56% | - |
| XYZ | 19.19 | 23.84 | 22.33 | - |
| YUV | 129.07 | 124.57 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 142 | 123 | 0.25 | 0 | 0.13 | 0.44 | 148.33 | 0.15 | 0.49 |
| Hex | 6A | 8E | 7B | 19 | 0 | D | 2C | 94 | F | 31 |
| Octal | 152 | 216 | 173 | 31 | 0 | 15 | 54 | 224 | 17 | 61 |
| Binary | 1101010 | 10001110 | 1111011 | 11001 | 0 | 1101 | 101100 | 10010100 | 1111 | 110001 |
Color Harmonies of #6A8E7B
Complementary color
Monochromatic Colors of #6A8E7B
Black with #6A8E7B
Text Example
Text Example
White with #6A8E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8E7B; }
p { color: rgb(106,142,123); }
H1.HeaderClassName
{
color: #6A8E7B;
}
.AnyTagClassName
{
color: #6A8E7B;
}
</style>
background-color css
<style>
a { background-color: #6A8E7B; }
a { background-color: rgb(106,142,123); }
div.DivClassName
{
background-color: #6A8E7B;
}
.BgClassName
{
background-color: #6A8E7B;
}
</style>
border-color css
<style>
span { border-color: #6A8E7B; }
span { border-color: rgb(106,142,123); }
td.TdClassName
{
border-color: #6A8E7B;
}
.TagClassName
{
border-color: #6A8E7B;
}
</style>