Shades of Oxley #66A075
Tints of Oxley #66A075
RGB
CMYK
RGB Variations
Color information
#66A075 (or 0x66A075) is known color: Oxley. HEX triplet: 66, A0 and 75. RGB value is (102,160,117). Sum of RGB (Red+Green+Blue) = 102+160+117=379 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.91% from 379); Green value is 160 (62.89% from 255 or 42.22% from 379); Blue value is 117 (46.09% from 255 or 30.87% from 379); Max value from RGB is 160 - color contains mainly: green. Hex color #66A075 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A075 is #995F8A. Grayscale: #898989. Windows color (decimal): -10051467 or 7708774. OLE color: 7708774.
HSL color Cylindrical-coordinate representation of color #66A075: hue angle of 135.52º 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 #66A075 is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 102 | 160 | 117 | - |
| CMYK | 0.36 | 0 | 0.27 | 0.37 |
| HSL | 135.52º | 0.23% | 0.51% | - |
| HSV(B) | 135.52º | 0.36% | 0.63% | - |
| XYZ | 21.26 | 29.25 | 21.36 | - |
| YUV | 137.76 | 116.28 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 160 | 117 | 0.36 | 0 | 0.27 | 0.37 | 135.52 | 0.23 | 0.51 |
| Hex | 66 | A0 | 75 | 24 | 0 | 1B | 25 | 88 | 17 | 33 |
| Octal | 146 | 240 | 165 | 44 | 0 | 33 | 45 | 210 | 27 | 63 |
| Binary | 1100110 | 10100000 | 1110101 | 100100 | 0 | 11011 | 100101 | 10001000 | 10111 | 110011 |
Color Harmonies of #66A075
Complementary color
Monochromatic Colors of #66A075
Black with #66A075
Text Example
Text Example
White with #66A075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A075; }
p { color: rgb(102,160,117); }
H1.HeaderClassName
{
color: #66A075;
}
.AnyTagClassName
{
color: #66A075;
}
</style>
background-color css
<style>
a { background-color: #66A075; }
a { background-color: rgb(102,160,117); }
div.DivClassName
{
background-color: #66A075;
}
.BgClassName
{
background-color: #66A075;
}
</style>
border-color css
<style>
span { border-color: #66A075; }
span { border-color: rgb(102,160,117); }
td.TdClassName
{
border-color: #66A075;
}
.TagClassName
{
border-color: #66A075;
}
</style>