Shades of Oxley #66A27E
Tints of Oxley #66A27E
RGB
CMYK
RGB Variations
Color information
#66A27E (or 0x66A27E) is known color: Oxley. HEX triplet: 66, A2 and 7E. RGB value is (102,162,126). Sum of RGB (Red+Green+Blue) = 102+162+126=390 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.15% from 390); Green value is 162 (63.67% from 255 or 41.54% from 390); Blue value is 126 (49.61% from 255 or 32.31% from 390); Max value from RGB is 162 - color contains mainly: green. Hex color #66A27E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A27E is #995D81. Grayscale: #8C8C8C. Windows color (decimal): -10050946 or 8299110. OLE color: 8299110.
HSL color Cylindrical-coordinate representation of color #66A27E: hue angle of 144º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #66A27E is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 102 | 162 | 126 | - |
| CMYK | 0.37 | 0 | 0.22 | 0.36 |
| HSL | 144º | 0.24% | 0.52% | - |
| HSV(B) | 144º | 0.37% | 0.64% | - |
| XYZ | 22.17 | 30.17 | 24.39 | - |
| YUV | 139.96 | 120.12 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 162 | 126 | 0.37 | 0 | 0.22 | 0.36 | 144 | 0.24 | 0.52 |
| Hex | 66 | A2 | 7E | 25 | 0 | 16 | 24 | 90 | 18 | 34 |
| Octal | 146 | 242 | 176 | 45 | 0 | 26 | 44 | 220 | 30 | 64 |
| Binary | 1100110 | 10100010 | 1111110 | 100101 | 0 | 10110 | 100100 | 10010000 | 11000 | 110100 |
Color Harmonies of #66A27E
Complementary color
Monochromatic Colors of #66A27E
Black with #66A27E
Text Example
Text Example
White with #66A27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A27E; }
p { color: rgb(102,162,126); }
H1.HeaderClassName
{
color: #66A27E;
}
.AnyTagClassName
{
color: #66A27E;
}
</style>
background-color css
<style>
a { background-color: #66A27E; }
a { background-color: rgb(102,162,126); }
div.DivClassName
{
background-color: #66A27E;
}
.BgClassName
{
background-color: #66A27E;
}
</style>
border-color css
<style>
span { border-color: #66A27E; }
span { border-color: rgb(102,162,126); }
td.TdClassName
{
border-color: #66A27E;
}
.TagClassName
{
border-color: #66A27E;
}
</style>