Shades of Patina #678C83
Tints of Patina #678C83
RGB
CMYK
RGB Variations
Color information
#678C83 (or 0x678C83) is known color: Patina. HEX triplet: 67, 8C and 83. RGB value is (103,140,131). Sum of RGB (Red+Green+Blue) = 103+140+131=374 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.54% from 374); Green value is 140 (55.08% from 255 or 37.43% from 374); Blue value is 131 (51.56% from 255 or 35.03% from 374); Max value from RGB is 140 - color contains mainly: green. Hex color #678C83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678C83 is #98737C. Grayscale: #7F7F7F. Windows color (decimal): -9991037 or 8621159. OLE color: 8621159.
HSL color Cylindrical-coordinate representation of color #678C83: hue angle of 165.41º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #678C83 is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 140 | 131 | - |
| CMYK | 0.26 | 0 | 0.06 | 0.45 |
| HSL | 165.41º | 0.15% | 0.48% | - |
| HSV(B) | 165.41º | 0.26% | 0.55% | - |
| XYZ | 19.07 | 23.28 | 24.96 | - |
| YUV | 127.91 | 129.74 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 140 | 131 | 0.26 | 0 | 0.06 | 0.45 | 165.41 | 0.15 | 0.48 |
| Hex | 67 | 8C | 83 | 1A | 0 | 6 | 2D | A5 | F | 30 |
| Octal | 147 | 214 | 203 | 32 | 0 | 6 | 55 | 245 | 17 | 60 |
| Binary | 1100111 | 10001100 | 10000011 | 11010 | 0 | 110 | 101101 | 10100101 | 1111 | 110000 |
Color Harmonies of #678C83
Complementary color
Monochromatic Colors of #678C83
Black with #678C83
Text Example
Text Example
White with #678C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678C83; }
p { color: rgb(103,140,131); }
H1.HeaderClassName
{
color: #678C83;
}
.AnyTagClassName
{
color: #678C83;
}
</style>
background-color css
<style>
a { background-color: #678C83; }
a { background-color: rgb(103,140,131); }
div.DivClassName
{
background-color: #678C83;
}
.BgClassName
{
background-color: #678C83;
}
</style>
border-color css
<style>
span { border-color: #678C83; }
span { border-color: rgb(103,140,131); }
td.TdClassName
{
border-color: #678C83;
}
.TagClassName
{
border-color: #678C83;
}
</style>