Shades of Oxley #66A07B
Tints of Oxley #66A07B
RGB
CMYK
RGB Variations
Color information
#66A07B (or 0x66A07B) is known color: Oxley. HEX triplet: 66, A0 and 7B. RGB value is (102,160,123). Sum of RGB (Red+Green+Blue) = 102+160+123=385 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.49% from 385); Green value is 160 (62.89% from 255 or 41.56% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 160 - color contains mainly: green. Hex color #66A07B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A07B is #995F84. Grayscale: #8A8A8A. Windows color (decimal): -10051461 or 8101990. OLE color: 8101990.
HSL color Cylindrical-coordinate representation of color #66A07B: hue angle of 141.72º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #66A07B is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 102 | 160 | 123 | - |
| CMYK | 0.36 | 0 | 0.23 | 0.37 |
| HSL | 141.72º | 0.23% | 0.51% | - |
| HSV(B) | 141.72º | 0.36% | 0.63% | - |
| XYZ | 21.63 | 29.4 | 23.27 | - |
| YUV | 138.44 | 119.28 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 160 | 123 | 0.36 | 0 | 0.23 | 0.37 | 141.72 | 0.23 | 0.51 |
| Hex | 66 | A0 | 7B | 24 | 0 | 17 | 25 | 8E | 17 | 33 |
| Octal | 146 | 240 | 173 | 44 | 0 | 27 | 45 | 216 | 27 | 63 |
| Binary | 1100110 | 10100000 | 1111011 | 100100 | 0 | 10111 | 100101 | 10001110 | 10111 | 110011 |
Color Harmonies of #66A07B
Complementary color
Monochromatic Colors of #66A07B
Black with #66A07B
Text Example
Text Example
White with #66A07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A07B; }
p { color: rgb(102,160,123); }
H1.HeaderClassName
{
color: #66A07B;
}
.AnyTagClassName
{
color: #66A07B;
}
</style>
background-color css
<style>
a { background-color: #66A07B; }
a { background-color: rgb(102,160,123); }
div.DivClassName
{
background-color: #66A07B;
}
.BgClassName
{
background-color: #66A07B;
}
</style>
border-color css
<style>
span { border-color: #66A07B; }
span { border-color: rgb(102,160,123); }
td.TdClassName
{
border-color: #66A07B;
}
.TagClassName
{
border-color: #66A07B;
}
</style>