Shades of Oxley #66A180
Tints of Oxley #66A180
RGB
CMYK
RGB Variations
Color information
#66A180 (or 0x66A180) is known color: Oxley. HEX triplet: 66, A1 and 80. RGB value is (102,161,128). Sum of RGB (Red+Green+Blue) = 102+161+128=391 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.09% from 391); Green value is 161 (63.28% from 255 or 41.18% from 391); Blue value is 128 (50.39% from 255 or 32.74% from 391); Max value from RGB is 161 - color contains mainly: green. Hex color #66A180 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A180 is #995E7F. Grayscale: #8B8B8B. Windows color (decimal): -10051200 or 8429926. OLE color: 8429926.
HSL color Cylindrical-coordinate representation of color #66A180: hue angle of 146.44º 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 #66A180 is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 102 | 161 | 128 | - |
| CMYK | 0.37 | 0 | 0.20 | 0.37 |
| HSL | 146.44º | 0.24% | 0.52% | - |
| HSV(B) | 146.44º | 0.37% | 0.63% | - |
| XYZ | 22.12 | 29.87 | 25.02 | - |
| YUV | 139.6 | 121.45 | 101.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 161 | 128 | 0.37 | 0 | 0.20 | 0.37 | 146.44 | 0.24 | 0.52 |
| Hex | 66 | A1 | 80 | 25 | 0 | 14 | 25 | 92 | 18 | 34 |
| Octal | 146 | 241 | 200 | 45 | 0 | 24 | 45 | 222 | 30 | 64 |
| Binary | 1100110 | 10100001 | 10000000 | 100101 | 0 | 10100 | 100101 | 10010010 | 11000 | 110100 |
Color Harmonies of #66A180
Complementary color
Monochromatic Colors of #66A180
Black with #66A180
Text Example
Text Example
White with #66A180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A180; }
p { color: rgb(102,161,128); }
H1.HeaderClassName
{
color: #66A180;
}
.AnyTagClassName
{
color: #66A180;
}
</style>
background-color css
<style>
a { background-color: #66A180; }
a { background-color: rgb(102,161,128); }
div.DivClassName
{
background-color: #66A180;
}
.BgClassName
{
background-color: #66A180;
}
</style>
border-color css
<style>
span { border-color: #66A180; }
span { border-color: rgb(102,161,128); }
td.TdClassName
{
border-color: #66A180;
}
.TagClassName
{
border-color: #66A180;
}
</style>