Shades of Oxley #66A177
Tints of Oxley #66A177
RGB
CMYK
RGB Variations
Color information
#66A177 (or 0x66A177) is known color: Oxley. HEX triplet: 66, A1 and 77. RGB value is (102,161,119). Sum of RGB (Red+Green+Blue) = 102+161+119=382 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.70% from 382); Green value is 161 (63.28% from 255 or 42.15% from 382); Blue value is 119 (46.88% from 255 or 31.15% from 382); Max value from RGB is 161 - color contains mainly: green. Hex color #66A177 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A177 is #995E88. Grayscale: #8A8A8A. Windows color (decimal): -10051209 or 7840102. OLE color: 7840102.
HSL color Cylindrical-coordinate representation of color #66A177: hue angle of 137.29º 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 #66A177 is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 102 | 161 | 119 | - |
| CMYK | 0.37 | 0 | 0.26 | 0.37 |
| HSL | 137.29º | 0.24% | 0.52% | - |
| HSV(B) | 137.29º | 0.37% | 0.63% | - |
| XYZ | 21.55 | 29.65 | 22.04 | - |
| YUV | 138.57 | 116.95 | 101.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 161 | 119 | 0.37 | 0 | 0.26 | 0.37 | 137.29 | 0.24 | 0.52 |
| Hex | 66 | A1 | 77 | 25 | 0 | 1A | 25 | 89 | 18 | 34 |
| Octal | 146 | 241 | 167 | 45 | 0 | 32 | 45 | 211 | 30 | 64 |
| Binary | 1100110 | 10100001 | 1110111 | 100101 | 0 | 11010 | 100101 | 10001001 | 11000 | 110100 |
Color Harmonies of #66A177
Complementary color
Monochromatic Colors of #66A177
Black with #66A177
Text Example
Text Example
White with #66A177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A177; }
p { color: rgb(102,161,119); }
H1.HeaderClassName
{
color: #66A177;
}
.AnyTagClassName
{
color: #66A177;
}
</style>
background-color css
<style>
a { background-color: #66A177; }
a { background-color: rgb(102,161,119); }
div.DivClassName
{
background-color: #66A177;
}
.BgClassName
{
background-color: #66A177;
}
</style>
border-color css
<style>
span { border-color: #66A177; }
span { border-color: rgb(102,161,119); }
td.TdClassName
{
border-color: #66A177;
}
.TagClassName
{
border-color: #66A177;
}
</style>