Shades of Oxley #668B73
Tints of Oxley #668B73
RGB
CMYK
RGB Variations
Color information
#668B73 (or 0x668B73) is known color: Oxley. HEX triplet: 66, 8B and 73. RGB value is (102,139,115). Sum of RGB (Red+Green+Blue) = 102+139+115=356 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.65% from 356); Green value is 139 (54.69% from 255 or 39.04% from 356); Blue value is 115 (45.31% from 255 or 32.30% from 356); Max value from RGB is 139 - color contains mainly: green. Hex color #668B73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668B73 is #99748C. Grayscale: #7D7D7D. Windows color (decimal): -10056845 or 7572326. OLE color: 7572326.
HSL color Cylindrical-coordinate representation of color #668B73: hue angle of 141.08º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #668B73 is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 139 | 115 | - |
| CMYK | 0.27 | 0 | 0.17 | 0.45 |
| HSL | 141.08º | 0.15% | 0.47% | - |
| HSV(B) | 141.08º | 0.27% | 0.55% | - |
| XYZ | 17.81 | 22.53 | 19.63 | - |
| YUV | 125.2 | 122.24 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 139 | 115 | 0.27 | 0 | 0.17 | 0.45 | 141.08 | 0.15 | 0.47 |
| Hex | 66 | 8B | 73 | 1B | 0 | 11 | 2D | 8D | F | 2F |
| Octal | 146 | 213 | 163 | 33 | 0 | 21 | 55 | 215 | 17 | 57 |
| Binary | 1100110 | 10001011 | 1110011 | 11011 | 0 | 10001 | 101101 | 10001101 | 1111 | 101111 |
Color Harmonies of #668B73
Complementary color
Monochromatic Colors of #668B73
Black with #668B73
Text Example
Text Example
White with #668B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668B73; }
p { color: rgb(102,139,115); }
H1.HeaderClassName
{
color: #668B73;
}
.AnyTagClassName
{
color: #668B73;
}
</style>
background-color css
<style>
a { background-color: #668B73; }
a { background-color: rgb(102,139,115); }
div.DivClassName
{
background-color: #668B73;
}
.BgClassName
{
background-color: #668B73;
}
</style>
border-color css
<style>
span { border-color: #668B73; }
span { border-color: rgb(102,139,115); }
td.TdClassName
{
border-color: #668B73;
}
.TagClassName
{
border-color: #668B73;
}
</style>