Shades of Oxley #66A06D
Tints of Oxley #66A06D
RGB
CMYK
RGB Variations
Color information
#66A06D (or 0x66A06D) is known color: Oxley. HEX triplet: 66, A0 and 6D. RGB value is (102,160,109). Sum of RGB (Red+Green+Blue) = 102+160+109=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 160 (62.89% from 255 or 43.13% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 160 - color contains mainly: green. Hex color #66A06D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A06D is #995F92. Grayscale: #888888. Windows color (decimal): -10051475 or 7184486. OLE color: 7184486.
HSL color Cylindrical-coordinate representation of color #66A06D: hue angle of 127.24º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #66A06D is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 102 | 160 | 109 | - |
| CMYK | 0.36 | 0 | 0.32 | 0.37 |
| HSL | 127.24º | 0.23% | 0.51% | - |
| HSV(B) | 127.24º | 0.36% | 0.63% | - |
| XYZ | 20.81 | 29.07 | 18.98 | - |
| YUV | 136.84 | 112.28 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 160 | 109 | 0.36 | 0 | 0.32 | 0.37 | 127.24 | 0.23 | 0.51 |
| Hex | 66 | A0 | 6D | 24 | 0 | 20 | 25 | 7F | 17 | 33 |
| Octal | 146 | 240 | 155 | 44 | 0 | 40 | 45 | 177 | 27 | 63 |
| Binary | 1100110 | 10100000 | 1101101 | 100100 | 0 | 100000 | 100101 | 1111111 | 10111 | 110011 |
Color Harmonies of #66A06D
Complementary color
Monochromatic Colors of #66A06D
Black with #66A06D
Text Example
Text Example
White with #66A06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A06D; }
p { color: rgb(102,160,109); }
H1.HeaderClassName
{
color: #66A06D;
}
.AnyTagClassName
{
color: #66A06D;
}
</style>
background-color css
<style>
a { background-color: #66A06D; }
a { background-color: rgb(102,160,109); }
div.DivClassName
{
background-color: #66A06D;
}
.BgClassName
{
background-color: #66A06D;
}
</style>
border-color css
<style>
span { border-color: #66A06D; }
span { border-color: rgb(102,160,109); }
td.TdClassName
{
border-color: #66A06D;
}
.TagClassName
{
border-color: #66A06D;
}
</style>