Shades of Oxley #66A074
Tints of Oxley #66A074
RGB
CMYK
RGB Variations
Color information
#66A074 (or 0x66A074) is known color: Oxley. HEX triplet: 66, A0 and 74. RGB value is (102,160,116). Sum of RGB (Red+Green+Blue) = 102+160+116=378 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.98% from 378); Green value is 160 (62.89% from 255 or 42.33% from 378); Blue value is 116 (45.70% from 255 or 30.69% from 378); Max value from RGB is 160 - color contains mainly: green. Hex color #66A074 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A074 is #995F8B. Grayscale: #898989. Windows color (decimal): -10051468 or 7643238. OLE color: 7643238.
HSL color Cylindrical-coordinate representation of color #66A074: hue angle of 134.48º 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 #66A074 is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 102 | 160 | 116 | - |
| CMYK | 0.36 | 0 | 0.28 | 0.37 |
| HSL | 134.48º | 0.23% | 0.51% | - |
| HSV(B) | 134.48º | 0.36% | 0.63% | - |
| XYZ | 21.2 | 29.23 | 21.05 | - |
| YUV | 137.64 | 115.78 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 160 | 116 | 0.36 | 0 | 0.28 | 0.37 | 134.48 | 0.23 | 0.51 |
| Hex | 66 | A0 | 74 | 24 | 0 | 1C | 25 | 86 | 17 | 33 |
| Octal | 146 | 240 | 164 | 44 | 0 | 34 | 45 | 206 | 27 | 63 |
| Binary | 1100110 | 10100000 | 1110100 | 100100 | 0 | 11100 | 100101 | 10000110 | 10111 | 110011 |
Color Harmonies of #66A074
Complementary color
Monochromatic Colors of #66A074
Black with #66A074
Text Example
Text Example
White with #66A074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A074; }
p { color: rgb(102,160,116); }
H1.HeaderClassName
{
color: #66A074;
}
.AnyTagClassName
{
color: #66A074;
}
</style>
background-color css
<style>
a { background-color: #66A074; }
a { background-color: rgb(102,160,116); }
div.DivClassName
{
background-color: #66A074;
}
.BgClassName
{
background-color: #66A074;
}
</style>
border-color css
<style>
span { border-color: #66A074; }
span { border-color: rgb(102,160,116); }
td.TdClassName
{
border-color: #66A074;
}
.TagClassName
{
border-color: #66A074;
}
</style>