Shades of Patina #68997F
Tints of Patina #68997F
RGB
CMYK
RGB Variations
Color information
#68997F (or 0x68997F) is known color: Patina. HEX triplet: 68, 99 and 7F. RGB value is (104,153,127). Sum of RGB (Red+Green+Blue) = 104+153+127=384 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.08% from 384); Green value is 153 (60.16% from 255 or 39.84% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 153 - color contains mainly: green. Hex color #68997F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68997F is #976680. Grayscale: #878787. Windows color (decimal): -9922177 or 8362344. OLE color: 8362344.
HSL color Cylindrical-coordinate representation of color #68997F: hue angle of 148.16º 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 #68997F is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 104 | 153 | 127 | - |
| CMYK | 0.32 | 0 | 0.17 | 0.4 |
| HSL | 148.16º | 0.19% | 0.5% | - |
| HSV(B) | 148.16º | 0.32% | 0.6% | - |
| XYZ | 20.93 | 27.26 | 24.24 | - |
| YUV | 135.39 | 123.27 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 153 | 127 | 0.32 | 0 | 0.17 | 0.4 | 148.16 | 0.19 | 0.5 |
| Hex | 68 | 99 | 7F | 20 | 0 | 11 | 28 | 94 | 13 | 32 |
| Octal | 150 | 231 | 177 | 40 | 0 | 21 | 50 | 224 | 23 | 62 |
| Binary | 1101000 | 10011001 | 1111111 | 100000 | 0 | 10001 | 101000 | 10010100 | 10011 | 110010 |
Color Harmonies of #68997F
Complementary color
Monochromatic Colors of #68997F
Black with #68997F
Text Example
Text Example
White with #68997F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68997F; }
p { color: rgb(104,153,127); }
H1.HeaderClassName
{
color: #68997F;
}
.AnyTagClassName
{
color: #68997F;
}
</style>
background-color css
<style>
a { background-color: #68997F; }
a { background-color: rgb(104,153,127); }
div.DivClassName
{
background-color: #68997F;
}
.BgClassName
{
background-color: #68997F;
}
</style>
border-color css
<style>
span { border-color: #68997F; }
span { border-color: rgb(104,153,127); }
td.TdClassName
{
border-color: #68997F;
}
.TagClassName
{
border-color: #68997F;
}
</style>