Shades of Oxley #66A782
Tints of Oxley #66A782
RGB
CMYK
RGB Variations
Color information
#66A782 (or 0x66A782) is known color: Oxley. HEX triplet: 66, A7 and 82. RGB value is (102,167,130). Sum of RGB (Red+Green+Blue) = 102+167+130=399 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.56% from 399); Green value is 167 (65.62% from 255 or 41.85% from 399); Blue value is 130 (51.17% from 255 or 32.58% from 399); Max value from RGB is 167 - color contains mainly: green. Hex color #66A782 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A782 is #99587D. Grayscale: #8F8F8F. Windows color (decimal): -10049662 or 8562534. OLE color: 8562534.
HSL color Cylindrical-coordinate representation of color #66A782: hue angle of 145.85º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #66A782 is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 102 | 167 | 130 | - |
| CMYK | 0.39 | 0 | 0.22 | 0.35 |
| HSL | 145.85º | 0.27% | 0.53% | - |
| HSV(B) | 145.85º | 0.39% | 0.65% | - |
| XYZ | 23.33 | 32.07 | 26.08 | - |
| YUV | 143.35 | 120.47 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 167 | 130 | 0.39 | 0 | 0.22 | 0.35 | 145.85 | 0.27 | 0.53 |
| Hex | 66 | A7 | 82 | 27 | 0 | 16 | 23 | 92 | 1B | 35 |
| Octal | 146 | 247 | 202 | 47 | 0 | 26 | 43 | 222 | 33 | 65 |
| Binary | 1100110 | 10100111 | 10000010 | 100111 | 0 | 10110 | 100011 | 10010010 | 11011 | 110101 |
Color Harmonies of #66A782
Complementary color
Monochromatic Colors of #66A782
Black with #66A782
Text Example
Text Example
White with #66A782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A782; }
p { color: rgb(102,167,130); }
H1.HeaderClassName
{
color: #66A782;
}
.AnyTagClassName
{
color: #66A782;
}
</style>
background-color css
<style>
a { background-color: #66A782; }
a { background-color: rgb(102,167,130); }
div.DivClassName
{
background-color: #66A782;
}
.BgClassName
{
background-color: #66A782;
}
</style>
border-color css
<style>
span { border-color: #66A782; }
span { border-color: rgb(102,167,130); }
td.TdClassName
{
border-color: #66A782;
}
.TagClassName
{
border-color: #66A782;
}
</style>