Shades of Oxley #66AA7B
Tints of Oxley #66AA7B
RGB
CMYK
RGB Variations
Color information
#66AA7B (or 0x66AA7B) is known color: Oxley. HEX triplet: 66, AA and 7B. RGB value is (102,170,123). Sum of RGB (Red+Green+Blue) = 102+170+123=395 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.82% from 395); Green value is 170 (66.80% from 255 or 43.04% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 170 - color contains mainly: green. Hex color #66AA7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AA7B is #995584. Grayscale: #909090. Windows color (decimal): -10048901 or 8104550. OLE color: 8104550.
HSL color Cylindrical-coordinate representation of color #66AA7B: hue angle of 138.53º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #66AA7B is Cyan = 0.4, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 170 | 123 | - |
| CMYK | 0.4 | 0 | 0.28 | 0.33 |
| HSL | 138.53º | 0.29% | 0.53% | - |
| HSV(B) | 138.53º | 0.4% | 0.67% | - |
| XYZ | 23.43 | 33 | 23.87 | - |
| YUV | 144.31 | 115.97 | 97.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 170 | 123 | 0.4 | 0 | 0.28 | 0.33 | 138.53 | 0.29 | 0.53 |
| Hex | 66 | AA | 7B | 28 | 0 | 1C | 21 | 8B | 1D | 35 |
| Octal | 146 | 252 | 173 | 50 | 0 | 34 | 41 | 213 | 35 | 65 |
| Binary | 1100110 | 10101010 | 1111011 | 101000 | 0 | 11100 | 100001 | 10001011 | 11101 | 110101 |
Color Harmonies of #66AA7B
Complementary color
Monochromatic Colors of #66AA7B
Black with #66AA7B
Text Example
Text Example
White with #66AA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AA7B; }
p { color: rgb(102,170,123); }
H1.HeaderClassName
{
color: #66AA7B;
}
.AnyTagClassName
{
color: #66AA7B;
}
</style>
background-color css
<style>
a { background-color: #66AA7B; }
a { background-color: rgb(102,170,123); }
div.DivClassName
{
background-color: #66AA7B;
}
.BgClassName
{
background-color: #66AA7B;
}
</style>
border-color css
<style>
span { border-color: #66AA7B; }
span { border-color: rgb(102,170,123); }
td.TdClassName
{
border-color: #66AA7B;
}
.TagClassName
{
border-color: #66AA7B;
}
</style>