Shades of Oxley #668D76
Tints of Oxley #668D76
RGB
CMYK
RGB Variations
Color information
#668D76 (or 0x668D76) is known color: Oxley. HEX triplet: 66, 8D and 76. RGB value is (102,141,118). Sum of RGB (Red+Green+Blue) = 102+141+118=361 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.25% from 361); Green value is 141 (55.47% from 255 or 39.06% from 361); Blue value is 118 (46.48% from 255 or 32.69% from 361); Max value from RGB is 141 - color contains mainly: green. Hex color #668D76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668D76 is #997289. Grayscale: #7E7E7E. Windows color (decimal): -10056330 or 7769446. OLE color: 7769446.
HSL color Cylindrical-coordinate representation of color #668D76: hue angle of 144.62º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #668D76 is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 141 | 118 | - |
| CMYK | 0.28 | 0 | 0.16 | 0.45 |
| HSL | 144.62º | 0.16% | 0.48% | - |
| HSV(B) | 144.62º | 0.28% | 0.55% | - |
| XYZ | 18.27 | 23.18 | 20.65 | - |
| YUV | 126.72 | 123.08 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 141 | 118 | 0.28 | 0 | 0.16 | 0.45 | 144.62 | 0.16 | 0.48 |
| Hex | 66 | 8D | 76 | 1C | 0 | 10 | 2D | 91 | 10 | 30 |
| Octal | 146 | 215 | 166 | 34 | 0 | 20 | 55 | 221 | 20 | 60 |
| Binary | 1100110 | 10001101 | 1110110 | 11100 | 0 | 10000 | 101101 | 10010001 | 10000 | 110000 |
Color Harmonies of #668D76
Complementary color
Monochromatic Colors of #668D76
Black with #668D76
Text Example
Text Example
White with #668D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668D76; }
p { color: rgb(102,141,118); }
H1.HeaderClassName
{
color: #668D76;
}
.AnyTagClassName
{
color: #668D76;
}
</style>
background-color css
<style>
a { background-color: #668D76; }
a { background-color: rgb(102,141,118); }
div.DivClassName
{
background-color: #668D76;
}
.BgClassName
{
background-color: #668D76;
}
</style>
border-color css
<style>
span { border-color: #668D76; }
span { border-color: rgb(102,141,118); }
td.TdClassName
{
border-color: #668D76;
}
.TagClassName
{
border-color: #668D76;
}
</style>