Shades of Patina #67988B
Tints of Patina #67988B
RGB
CMYK
RGB Variations
Color information
#67988B (or 0x67988B) is known color: Patina. HEX triplet: 67, 98 and 8B. RGB value is (103,152,139). Sum of RGB (Red+Green+Blue) = 103+152+139=394 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.14% from 394); Green value is 152 (59.77% from 255 or 38.58% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 152 - color contains mainly: green. Hex color #67988B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67988B is #986774. Grayscale: #878787. Windows color (decimal): -9987957 or 9148519. OLE color: 9148519.
HSL color Cylindrical-coordinate representation of color #67988B: hue angle of 164.08º 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 #67988B is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 152 | 139 | - |
| CMYK | 0.32 | 0 | 0.09 | 0.40 |
| HSL | 164.08º | 0.19% | 0.5% | - |
| HSV(B) | 164.08º | 0.32% | 0.6% | - |
| XYZ | 21.48 | 27.2 | 28.54 | - |
| YUV | 135.87 | 129.77 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 152 | 139 | 0.32 | 0 | 0.09 | 0.40 | 164.08 | 0.19 | 0.5 |
| Hex | 67 | 98 | 8B | 20 | 0 | 9 | 28 | A4 | 13 | 32 |
| Octal | 147 | 230 | 213 | 40 | 0 | 11 | 50 | 244 | 23 | 62 |
| Binary | 1100111 | 10011000 | 10001011 | 100000 | 0 | 1001 | 101000 | 10100100 | 10011 | 110010 |
Color Harmonies of #67988B
Complementary color
Monochromatic Colors of #67988B
Black with #67988B
Text Example
Text Example
White with #67988B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67988B; }
p { color: rgb(103,152,139); }
H1.HeaderClassName
{
color: #67988B;
}
.AnyTagClassName
{
color: #67988B;
}
</style>
background-color css
<style>
a { background-color: #67988B; }
a { background-color: rgb(103,152,139); }
div.DivClassName
{
background-color: #67988B;
}
.BgClassName
{
background-color: #67988B;
}
</style>
border-color css
<style>
span { border-color: #67988B; }
span { border-color: rgb(103,152,139); }
td.TdClassName
{
border-color: #67988B;
}
.TagClassName
{
border-color: #67988B;
}
</style>