Shades of Oxley #668D74
Tints of Oxley #668D74
RGB
CMYK
RGB Variations
Color information
#668D74 (or 0x668D74) is known color: Oxley. HEX triplet: 66, 8D and 74. RGB value is (102,141,116). Sum of RGB (Red+Green+Blue) = 102+141+116=359 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.41% from 359); Green value is 141 (55.47% from 255 or 39.28% from 359); Blue value is 116 (45.70% from 255 or 32.31% from 359); Max value from RGB is 141 - color contains mainly: green. Hex color #668D74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668D74 is #99728B. Grayscale: #7E7E7E. Windows color (decimal): -10056332 or 7638374. OLE color: 7638374.
HSL color Cylindrical-coordinate representation of color #668D74: hue angle of 141.54º 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 #668D74 is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 141 | 116 | - |
| CMYK | 0.28 | 0 | 0.18 | 0.45 |
| HSL | 141.54º | 0.16% | 0.48% | - |
| HSV(B) | 141.54º | 0.28% | 0.55% | - |
| XYZ | 18.16 | 23.14 | 20.03 | - |
| YUV | 126.49 | 122.08 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 141 | 116 | 0.28 | 0 | 0.18 | 0.45 | 141.54 | 0.16 | 0.48 |
| Hex | 66 | 8D | 74 | 1C | 0 | 12 | 2D | 8E | 10 | 30 |
| Octal | 146 | 215 | 164 | 34 | 0 | 22 | 55 | 216 | 20 | 60 |
| Binary | 1100110 | 10001101 | 1110100 | 11100 | 0 | 10010 | 101101 | 10001110 | 10000 | 110000 |
Color Harmonies of #668D74
Complementary color
Monochromatic Colors of #668D74
Black with #668D74
Text Example
Text Example
White with #668D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668D74; }
p { color: rgb(102,141,116); }
H1.HeaderClassName
{
color: #668D74;
}
.AnyTagClassName
{
color: #668D74;
}
</style>
background-color css
<style>
a { background-color: #668D74; }
a { background-color: rgb(102,141,116); }
div.DivClassName
{
background-color: #668D74;
}
.BgClassName
{
background-color: #668D74;
}
</style>
border-color css
<style>
span { border-color: #668D74; }
span { border-color: rgb(102,141,116); }
td.TdClassName
{
border-color: #668D74;
}
.TagClassName
{
border-color: #668D74;
}
</style>