Shades of Oxley #66A77B
Tints of Oxley #66A77B
RGB
CMYK
RGB Variations
Color information
#66A77B (or 0x66A77B) is known color: Oxley. HEX triplet: 66, A7 and 7B. RGB value is (102,167,123). Sum of RGB (Red+Green+Blue) = 102+167+123=392 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.02% from 392); Green value is 167 (65.62% from 255 or 42.60% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 167 - color contains mainly: green. Hex color #66A77B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A77B is #995884. Grayscale: #8E8E8E. Windows color (decimal): -10049669 or 8103782. OLE color: 8103782.
HSL color Cylindrical-coordinate representation of color #66A77B: hue angle of 139.38º 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 #66A77B is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 102 | 167 | 123 | - |
| CMYK | 0.39 | 0 | 0.26 | 0.35 |
| HSL | 139.38º | 0.27% | 0.53% | - |
| HSV(B) | 139.38º | 0.39% | 0.65% | - |
| XYZ | 22.87 | 31.89 | 23.69 | - |
| YUV | 142.55 | 116.97 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 167 | 123 | 0.39 | 0 | 0.26 | 0.35 | 139.38 | 0.27 | 0.53 |
| Hex | 66 | A7 | 7B | 27 | 0 | 1A | 23 | 8B | 1B | 35 |
| Octal | 146 | 247 | 173 | 47 | 0 | 32 | 43 | 213 | 33 | 65 |
| Binary | 1100110 | 10100111 | 1111011 | 100111 | 0 | 11010 | 100011 | 10001011 | 11011 | 110101 |
Color Harmonies of #66A77B
Complementary color
Monochromatic Colors of #66A77B
Black with #66A77B
Text Example
Text Example
White with #66A77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A77B; }
p { color: rgb(102,167,123); }
H1.HeaderClassName
{
color: #66A77B;
}
.AnyTagClassName
{
color: #66A77B;
}
</style>
background-color css
<style>
a { background-color: #66A77B; }
a { background-color: rgb(102,167,123); }
div.DivClassName
{
background-color: #66A77B;
}
.BgClassName
{
background-color: #66A77B;
}
</style>
border-color css
<style>
span { border-color: #66A77B; }
span { border-color: rgb(102,167,123); }
td.TdClassName
{
border-color: #66A77B;
}
.TagClassName
{
border-color: #66A77B;
}
</style>