Shades of Oxley #66A17B
Tints of Oxley #66A17B
RGB
CMYK
RGB Variations
Color information
#66A17B (or 0x66A17B) is known color: Oxley. HEX triplet: 66, A1 and 7B. RGB value is (102,161,123). Sum of RGB (Red+Green+Blue) = 102+161+123=386 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.42% from 386); Green value is 161 (63.28% from 255 or 41.71% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 161 - color contains mainly: green. Hex color #66A17B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A17B is #995E84. Grayscale: #8B8B8B. Windows color (decimal): -10051205 or 8102246. OLE color: 8102246.
HSL color Cylindrical-coordinate representation of color #66A17B: hue angle of 141.36º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #66A17B is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 102 | 161 | 123 | - |
| CMYK | 0.37 | 0 | 0.24 | 0.37 |
| HSL | 141.36º | 0.24% | 0.52% | - |
| HSV(B) | 141.36º | 0.37% | 0.63% | - |
| XYZ | 21.8 | 29.74 | 23.33 | - |
| YUV | 139.03 | 118.95 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 161 | 123 | 0.37 | 0 | 0.24 | 0.37 | 141.36 | 0.24 | 0.52 |
| Hex | 66 | A1 | 7B | 25 | 0 | 18 | 25 | 8D | 18 | 34 |
| Octal | 146 | 241 | 173 | 45 | 0 | 30 | 45 | 215 | 30 | 64 |
| Binary | 1100110 | 10100001 | 1111011 | 100101 | 0 | 11000 | 100101 | 10001101 | 11000 | 110100 |
Color Harmonies of #66A17B
Complementary color
Monochromatic Colors of #66A17B
Black with #66A17B
Text Example
Text Example
White with #66A17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A17B; }
p { color: rgb(102,161,123); }
H1.HeaderClassName
{
color: #66A17B;
}
.AnyTagClassName
{
color: #66A17B;
}
</style>
background-color css
<style>
a { background-color: #66A17B; }
a { background-color: rgb(102,161,123); }
div.DivClassName
{
background-color: #66A17B;
}
.BgClassName
{
background-color: #66A17B;
}
</style>
border-color css
<style>
span { border-color: #66A17B; }
span { border-color: rgb(102,161,123); }
td.TdClassName
{
border-color: #66A17B;
}
.TagClassName
{
border-color: #66A17B;
}
</style>