Shades of Patina #67997F
Tints of Patina #67997F
RGB
CMYK
RGB Variations
Color information
#67997F (or 0x67997F) is known color: Patina. HEX triplet: 67, 99 and 7F. RGB value is (103,153,127). Sum of RGB (Red+Green+Blue) = 103+153+127=383 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.89% from 383); Green value is 153 (60.16% from 255 or 39.95% from 383); Blue value is 127 (50% from 255 or 33.16% from 383); Max value from RGB is 153 - color contains mainly: green. Hex color #67997F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67997F is #986680. Grayscale: #878787. Windows color (decimal): -9987713 or 8362343. OLE color: 8362343.
HSL color Cylindrical-coordinate representation of color #67997F: hue angle of 148.8º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #67997F is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 103 | 153 | 127 | - |
| CMYK | 0.33 | 0 | 0.17 | 0.4 |
| HSL | 148.8º | 0.2% | 0.5% | - |
| HSV(B) | 148.8º | 0.33% | 0.6% | - |
| XYZ | 20.82 | 27.2 | 24.23 | - |
| YUV | 135.09 | 123.44 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 153 | 127 | 0.33 | 0 | 0.17 | 0.4 | 148.8 | 0.2 | 0.5 |
| Hex | 67 | 99 | 7F | 21 | 0 | 11 | 28 | 95 | 14 | 32 |
| Octal | 147 | 231 | 177 | 41 | 0 | 21 | 50 | 225 | 24 | 62 |
| Binary | 1100111 | 10011001 | 1111111 | 100001 | 0 | 10001 | 101000 | 10010101 | 10100 | 110010 |
Color Harmonies of #67997F
Complementary color
Monochromatic Colors of #67997F
Black with #67997F
Text Example
Text Example
White with #67997F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67997F; }
p { color: rgb(103,153,127); }
H1.HeaderClassName
{
color: #67997F;
}
.AnyTagClassName
{
color: #67997F;
}
</style>
background-color css
<style>
a { background-color: #67997F; }
a { background-color: rgb(103,153,127); }
div.DivClassName
{
background-color: #67997F;
}
.BgClassName
{
background-color: #67997F;
}
</style>
border-color css
<style>
span { border-color: #67997F; }
span { border-color: rgb(103,153,127); }
td.TdClassName
{
border-color: #67997F;
}
.TagClassName
{
border-color: #67997F;
}
</style>