Shades of Oxley #66A47A
Tints of Oxley #66A47A
RGB
CMYK
RGB Variations
Color information
#66A47A (or 0x66A47A) is known color: Oxley. HEX triplet: 66, A4 and 7A. RGB value is (102,164,122). Sum of RGB (Red+Green+Blue) = 102+164+122=388 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.29% from 388); Green value is 164 (64.45% from 255 or 42.27% from 388); Blue value is 122 (48.05% from 255 or 31.44% from 388); Max value from RGB is 164 - color contains mainly: green. Hex color #66A47A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A47A is #995B85. Grayscale: #8C8C8C. Windows color (decimal): -10050438 or 8037478. OLE color: 8037478.
HSL color Cylindrical-coordinate representation of color #66A47A: hue angle of 139.35º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #66A47A is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 102 | 164 | 122 | - |
| CMYK | 0.38 | 0 | 0.26 | 0.36 |
| HSL | 139.35º | 0.25% | 0.52% | - |
| HSV(B) | 139.35º | 0.38% | 0.64% | - |
| XYZ | 22.27 | 30.78 | 23.18 | - |
| YUV | 140.67 | 117.46 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 164 | 122 | 0.38 | 0 | 0.26 | 0.36 | 139.35 | 0.25 | 0.52 |
| Hex | 66 | A4 | 7A | 26 | 0 | 1A | 24 | 8B | 19 | 34 |
| Octal | 146 | 244 | 172 | 46 | 0 | 32 | 44 | 213 | 31 | 64 |
| Binary | 1100110 | 10100100 | 1111010 | 100110 | 0 | 11010 | 100100 | 10001011 | 11001 | 110100 |
Color Harmonies of #66A47A
Complementary color
Monochromatic Colors of #66A47A
Black with #66A47A
Text Example
Text Example
White with #66A47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A47A; }
p { color: rgb(102,164,122); }
H1.HeaderClassName
{
color: #66A47A;
}
.AnyTagClassName
{
color: #66A47A;
}
</style>
background-color css
<style>
a { background-color: #66A47A; }
a { background-color: rgb(102,164,122); }
div.DivClassName
{
background-color: #66A47A;
}
.BgClassName
{
background-color: #66A47A;
}
</style>
border-color css
<style>
span { border-color: #66A47A; }
span { border-color: rgb(102,164,122); }
td.TdClassName
{
border-color: #66A47A;
}
.TagClassName
{
border-color: #66A47A;
}
</style>