Shades of Oxley #66A874
Tints of Oxley #66A874
RGB
CMYK
RGB Variations
Color information
#66A874 (or 0x66A874) is known color: Oxley. HEX triplet: 66, A8 and 74. RGB value is (102,168,116). Sum of RGB (Red+Green+Blue) = 102+168+116=386 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.42% from 386); Green value is 168 (66.02% from 255 or 43.52% from 386); Blue value is 116 (45.70% from 255 or 30.05% from 386); Max value from RGB is 168 - color contains mainly: green. Hex color #66A874 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A874 is #99578B. Grayscale: #8E8E8E. Windows color (decimal): -10049420 or 7645286. OLE color: 7645286.
HSL color Cylindrical-coordinate representation of color #66A874: hue angle of 132.73º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #66A874 is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 102 | 168 | 116 | - |
| CMYK | 0.39 | 0 | 0.31 | 0.34 |
| HSL | 132.73º | 0.28% | 0.53% | - |
| HSV(B) | 132.73º | 0.39% | 0.66% | - |
| XYZ | 22.63 | 32.09 | 21.52 | - |
| YUV | 142.34 | 113.13 | 99.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 168 | 116 | 0.39 | 0 | 0.31 | 0.34 | 132.73 | 0.28 | 0.53 |
| Hex | 66 | A8 | 74 | 27 | 0 | 1F | 22 | 85 | 1C | 35 |
| Octal | 146 | 250 | 164 | 47 | 0 | 37 | 42 | 205 | 34 | 65 |
| Binary | 1100110 | 10101000 | 1110100 | 100111 | 0 | 11111 | 100010 | 10000101 | 11100 | 110101 |
Color Harmonies of #66A874
Complementary color
Monochromatic Colors of #66A874
Black with #66A874
Text Example
Text Example
White with #66A874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A874; }
p { color: rgb(102,168,116); }
H1.HeaderClassName
{
color: #66A874;
}
.AnyTagClassName
{
color: #66A874;
}
</style>
background-color css
<style>
a { background-color: #66A874; }
a { background-color: rgb(102,168,116); }
div.DivClassName
{
background-color: #66A874;
}
.BgClassName
{
background-color: #66A874;
}
</style>
border-color css
<style>
span { border-color: #66A874; }
span { border-color: rgb(102,168,116); }
td.TdClassName
{
border-color: #66A874;
}
.TagClassName
{
border-color: #66A874;
}
</style>