Shades of Oxley #66A37A
Tints of Oxley #66A37A
RGB
CMYK
RGB Variations
Color information
#66A37A (or 0x66A37A) is known color: Oxley. HEX triplet: 66, A3 and 7A. RGB value is (102,163,122). Sum of RGB (Red+Green+Blue) = 102+163+122=387 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.36% from 387); Green value is 163 (64.06% from 255 or 42.12% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 163 - color contains mainly: green. Hex color #66A37A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A37A is #995C85. Grayscale: #8C8C8C. Windows color (decimal): -10050694 or 8037222. OLE color: 8037222.
HSL color Cylindrical-coordinate representation of color #66A37A: hue angle of 139.67º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #66A37A is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 102 | 163 | 122 | - |
| CMYK | 0.37 | 0 | 0.25 | 0.36 |
| HSL | 139.67º | 0.25% | 0.52% | - |
| HSV(B) | 139.67º | 0.37% | 0.64% | - |
| XYZ | 22.09 | 30.42 | 23.12 | - |
| YUV | 140.09 | 117.79 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 163 | 122 | 0.37 | 0 | 0.25 | 0.36 | 139.67 | 0.25 | 0.52 |
| Hex | 66 | A3 | 7A | 25 | 0 | 19 | 24 | 8C | 19 | 34 |
| Octal | 146 | 243 | 172 | 45 | 0 | 31 | 44 | 214 | 31 | 64 |
| Binary | 1100110 | 10100011 | 1111010 | 100101 | 0 | 11001 | 100100 | 10001100 | 11001 | 110100 |
Color Harmonies of #66A37A
Complementary color
Monochromatic Colors of #66A37A
Black with #66A37A
Text Example
Text Example
White with #66A37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A37A; }
p { color: rgb(102,163,122); }
H1.HeaderClassName
{
color: #66A37A;
}
.AnyTagClassName
{
color: #66A37A;
}
</style>
background-color css
<style>
a { background-color: #66A37A; }
a { background-color: rgb(102,163,122); }
div.DivClassName
{
background-color: #66A37A;
}
.BgClassName
{
background-color: #66A37A;
}
</style>
border-color css
<style>
span { border-color: #66A37A; }
span { border-color: rgb(102,163,122); }
td.TdClassName
{
border-color: #66A37A;
}
.TagClassName
{
border-color: #66A37A;
}
</style>