Shades of Oxley #66A17E
Tints of Oxley #66A17E
RGB
CMYK
RGB Variations
Color information
#66A17E (or 0x66A17E) is known color: Oxley. HEX triplet: 66, A1 and 7E. RGB value is (102,161,126). Sum of RGB (Red+Green+Blue) = 102+161+126=389 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.22% from 389); Green value is 161 (63.28% from 255 or 41.39% from 389); Blue value is 126 (49.61% from 255 or 32.39% from 389); Max value from RGB is 161 - color contains mainly: green. Hex color #66A17E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A17E is #995E81. Grayscale: #8B8B8B. Windows color (decimal): -10051202 or 8298854. OLE color: 8298854.
HSL color Cylindrical-coordinate representation of color #66A17E: hue angle of 144.41º 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 #66A17E is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 102 | 161 | 126 | - |
| CMYK | 0.37 | 0 | 0.22 | 0.37 |
| HSL | 144.41º | 0.24% | 0.52% | - |
| HSV(B) | 144.41º | 0.37% | 0.63% | - |
| XYZ | 21.99 | 29.82 | 24.34 | - |
| YUV | 139.37 | 120.45 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 161 | 126 | 0.37 | 0 | 0.22 | 0.37 | 144.41 | 0.24 | 0.52 |
| Hex | 66 | A1 | 7E | 25 | 0 | 16 | 25 | 90 | 18 | 34 |
| Octal | 146 | 241 | 176 | 45 | 0 | 26 | 45 | 220 | 30 | 64 |
| Binary | 1100110 | 10100001 | 1111110 | 100101 | 0 | 10110 | 100101 | 10010000 | 11000 | 110100 |
Color Harmonies of #66A17E
Complementary color
Monochromatic Colors of #66A17E
Black with #66A17E
Text Example
Text Example
White with #66A17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A17E; }
p { color: rgb(102,161,126); }
H1.HeaderClassName
{
color: #66A17E;
}
.AnyTagClassName
{
color: #66A17E;
}
</style>
background-color css
<style>
a { background-color: #66A17E; }
a { background-color: rgb(102,161,126); }
div.DivClassName
{
background-color: #66A17E;
}
.BgClassName
{
background-color: #66A17E;
}
</style>
border-color css
<style>
span { border-color: #66A17E; }
span { border-color: rgb(102,161,126); }
td.TdClassName
{
border-color: #66A17E;
}
.TagClassName
{
border-color: #66A17E;
}
</style>