Shades of Oxley #66A37D
Tints of Oxley #66A37D
RGB
CMYK
RGB Variations
Color information
#66A37D (or 0x66A37D) is known color: Oxley. HEX triplet: 66, A3 and 7D. RGB value is (102,163,125). Sum of RGB (Red+Green+Blue) = 102+163+125=390 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.15% from 390); Green value is 163 (64.06% from 255 or 41.79% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 163 - color contains mainly: green. Hex color #66A37D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A37D is #995C82. Grayscale: #8C8C8C. Windows color (decimal): -10050691 or 8233830. OLE color: 8233830.
HSL color Cylindrical-coordinate representation of color #66A37D: hue angle of 142.62º 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 #66A37D is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 102 | 163 | 125 | - |
| CMYK | 0.37 | 0 | 0.23 | 0.36 |
| HSL | 142.62º | 0.25% | 0.52% | - |
| HSV(B) | 142.62º | 0.37% | 0.64% | - |
| XYZ | 22.28 | 30.5 | 24.11 | - |
| YUV | 140.43 | 119.29 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 163 | 125 | 0.37 | 0 | 0.23 | 0.36 | 142.62 | 0.25 | 0.52 |
| Hex | 66 | A3 | 7D | 25 | 0 | 17 | 24 | 8F | 19 | 34 |
| Octal | 146 | 243 | 175 | 45 | 0 | 27 | 44 | 217 | 31 | 64 |
| Binary | 1100110 | 10100011 | 1111101 | 100101 | 0 | 10111 | 100100 | 10001111 | 11001 | 110100 |
Color Harmonies of #66A37D
Complementary color
Monochromatic Colors of #66A37D
Black with #66A37D
Text Example
Text Example
White with #66A37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A37D; }
p { color: rgb(102,163,125); }
H1.HeaderClassName
{
color: #66A37D;
}
.AnyTagClassName
{
color: #66A37D;
}
</style>
background-color css
<style>
a { background-color: #66A37D; }
a { background-color: rgb(102,163,125); }
div.DivClassName
{
background-color: #66A37D;
}
.BgClassName
{
background-color: #66A37D;
}
</style>
border-color css
<style>
span { border-color: #66A37D; }
span { border-color: rgb(102,163,125); }
td.TdClassName
{
border-color: #66A37D;
}
.TagClassName
{
border-color: #66A37D;
}
</style>