Shades of Patina #67988A
Tints of Patina #67988A
RGB
CMYK
RGB Variations
Color information
#67988A (or 0x67988A) is known color: Patina. HEX triplet: 67, 98 and 8A. RGB value is (103,152,138). Sum of RGB (Red+Green+Blue) = 103+152+138=393 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.21% from 393); Green value is 152 (59.77% from 255 or 38.68% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 152 - color contains mainly: green. Hex color #67988A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67988A is #986775. Grayscale: #878787. Windows color (decimal): -9987958 or 9082983. OLE color: 9082983.
HSL color Cylindrical-coordinate representation of color #67988A: hue angle of 162.86º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #67988A is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 152 | 138 | - |
| CMYK | 0.32 | 0 | 0.09 | 0.40 |
| HSL | 162.86º | 0.19% | 0.5% | - |
| HSV(B) | 162.86º | 0.32% | 0.6% | - |
| XYZ | 21.41 | 27.18 | 28.16 | - |
| YUV | 135.75 | 129.27 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 152 | 138 | 0.32 | 0 | 0.09 | 0.40 | 162.86 | 0.19 | 0.5 |
| Hex | 67 | 98 | 8A | 20 | 0 | 9 | 28 | A3 | 13 | 32 |
| Octal | 147 | 230 | 212 | 40 | 0 | 11 | 50 | 243 | 23 | 62 |
| Binary | 1100111 | 10011000 | 10001010 | 100000 | 0 | 1001 | 101000 | 10100011 | 10011 | 110010 |
Color Harmonies of #67988A
Complementary color
Monochromatic Colors of #67988A
Black with #67988A
Text Example
Text Example
White with #67988A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67988A; }
p { color: rgb(103,152,138); }
H1.HeaderClassName
{
color: #67988A;
}
.AnyTagClassName
{
color: #67988A;
}
</style>
background-color css
<style>
a { background-color: #67988A; }
a { background-color: rgb(103,152,138); }
div.DivClassName
{
background-color: #67988A;
}
.BgClassName
{
background-color: #67988A;
}
</style>
border-color css
<style>
span { border-color: #67988A; }
span { border-color: rgb(103,152,138); }
td.TdClassName
{
border-color: #67988A;
}
.TagClassName
{
border-color: #67988A;
}
</style>