Shades of Oxley #66A16D
Tints of Oxley #66A16D
RGB
CMYK
RGB Variations
Color information
#66A16D (or 0x66A16D) is known color: Oxley. HEX triplet: 66, A1 and 6D. RGB value is (102,161,109). Sum of RGB (Red+Green+Blue) = 102+161+109=372 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.42% from 372); Green value is 161 (63.28% from 255 or 43.28% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 161 - color contains mainly: green. Hex color #66A16D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A16D is #995E92. Grayscale: #898989. Windows color (decimal): -10051219 or 7184742. OLE color: 7184742.
HSL color Cylindrical-coordinate representation of color #66A16D: hue angle of 127.12º 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 #66A16D is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 102 | 161 | 109 | - |
| CMYK | 0.37 | 0 | 0.32 | 0.37 |
| HSL | 127.12º | 0.24% | 0.52% | - |
| HSV(B) | 127.12º | 0.37% | 0.63% | - |
| XYZ | 20.98 | 29.42 | 19.04 | - |
| YUV | 137.43 | 111.95 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 161 | 109 | 0.37 | 0 | 0.32 | 0.37 | 127.12 | 0.24 | 0.52 |
| Hex | 66 | A1 | 6D | 25 | 0 | 20 | 25 | 7F | 18 | 34 |
| Octal | 146 | 241 | 155 | 45 | 0 | 40 | 45 | 177 | 30 | 64 |
| Binary | 1100110 | 10100001 | 1101101 | 100101 | 0 | 100000 | 100101 | 1111111 | 11000 | 110100 |
Color Harmonies of #66A16D
Complementary color
Monochromatic Colors of #66A16D
Black with #66A16D
Text Example
Text Example
White with #66A16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A16D; }
p { color: rgb(102,161,109); }
H1.HeaderClassName
{
color: #66A16D;
}
.AnyTagClassName
{
color: #66A16D;
}
</style>
background-color css
<style>
a { background-color: #66A16D; }
a { background-color: rgb(102,161,109); }
div.DivClassName
{
background-color: #66A16D;
}
.BgClassName
{
background-color: #66A16D;
}
</style>
border-color css
<style>
span { border-color: #66A16D; }
span { border-color: rgb(102,161,109); }
td.TdClassName
{
border-color: #66A16D;
}
.TagClassName
{
border-color: #66A16D;
}
</style>