Shades of Oxley #66AF7E
Tints of Oxley #66AF7E
RGB
CMYK
RGB Variations
Color information
#66AF7E (or 0x66AF7E) is known color: Oxley. HEX triplet: 66, AF and 7E. RGB value is (102,175,126). Sum of RGB (Red+Green+Blue) = 102+175+126=403 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.31% from 403); Green value is 175 (68.75% from 255 or 43.42% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 175 - color contains mainly: green. Hex color #66AF7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AF7E is #995081. Grayscale: #939393. Windows color (decimal): -10047618 or 8302438. OLE color: 8302438.
HSL color Cylindrical-coordinate representation of color #66AF7E: hue angle of 139.73º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #66AF7E is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 175 | 126 | - |
| CMYK | 0.42 | 0 | 0.28 | 0.31 |
| HSL | 139.73º | 0.31% | 0.54% | - |
| HSV(B) | 139.73º | 0.42% | 0.69% | - |
| XYZ | 24.58 | 34.99 | 25.2 | - |
| YUV | 147.59 | 115.82 | 95.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 175 | 126 | 0.42 | 0 | 0.28 | 0.31 | 139.73 | 0.31 | 0.54 |
| Hex | 66 | AF | 7E | 2A | 0 | 1C | 1F | 8C | 1F | 36 |
| Octal | 146 | 257 | 176 | 52 | 0 | 34 | 37 | 214 | 37 | 66 |
| Binary | 1100110 | 10101111 | 1111110 | 101010 | 0 | 11100 | 11111 | 10001100 | 11111 | 110110 |
Color Harmonies of #66AF7E
Complementary color
Monochromatic Colors of #66AF7E
Black with #66AF7E
Text Example
Text Example
White with #66AF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AF7E; }
p { color: rgb(102,175,126); }
H1.HeaderClassName
{
color: #66AF7E;
}
.AnyTagClassName
{
color: #66AF7E;
}
</style>
background-color css
<style>
a { background-color: #66AF7E; }
a { background-color: rgb(102,175,126); }
div.DivClassName
{
background-color: #66AF7E;
}
.BgClassName
{
background-color: #66AF7E;
}
</style>
border-color css
<style>
span { border-color: #66AF7E; }
span { border-color: rgb(102,175,126); }
td.TdClassName
{
border-color: #66AF7E;
}
.TagClassName
{
border-color: #66AF7E;
}
</style>