Shades of Oxley #66AF7D
Tints of Oxley #66AF7D
RGB
CMYK
RGB Variations
Color information
#66AF7D (or 0x66AF7D) is known color: Oxley. HEX triplet: 66, AF and 7D. RGB value is (102,175,125). Sum of RGB (Red+Green+Blue) = 102+175+125=402 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.37% from 402); Green value is 175 (68.75% from 255 or 43.53% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 175 - color contains mainly: green. Hex color #66AF7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AF7D is #995082. Grayscale: #939393. Windows color (decimal): -10047619 or 8236902. OLE color: 8236902.
HSL color Cylindrical-coordinate representation of color #66AF7D: hue angle of 138.9º 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 #66AF7D is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 175 | 125 | - |
| CMYK | 0.42 | 0 | 0.29 | 0.31 |
| HSL | 138.9º | 0.31% | 0.54% | - |
| HSV(B) | 138.9º | 0.42% | 0.69% | - |
| XYZ | 24.51 | 34.97 | 24.86 | - |
| YUV | 147.47 | 115.32 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 175 | 125 | 0.42 | 0 | 0.29 | 0.31 | 138.9 | 0.31 | 0.54 |
| Hex | 66 | AF | 7D | 2A | 0 | 1D | 1F | 8B | 1F | 36 |
| Octal | 146 | 257 | 175 | 52 | 0 | 35 | 37 | 213 | 37 | 66 |
| Binary | 1100110 | 10101111 | 1111101 | 101010 | 0 | 11101 | 11111 | 10001011 | 11111 | 110110 |
Color Harmonies of #66AF7D
Complementary color
Monochromatic Colors of #66AF7D
Black with #66AF7D
Text Example
Text Example
White with #66AF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AF7D; }
p { color: rgb(102,175,125); }
H1.HeaderClassName
{
color: #66AF7D;
}
.AnyTagClassName
{
color: #66AF7D;
}
</style>
background-color css
<style>
a { background-color: #66AF7D; }
a { background-color: rgb(102,175,125); }
div.DivClassName
{
background-color: #66AF7D;
}
.BgClassName
{
background-color: #66AF7D;
}
</style>
border-color css
<style>
span { border-color: #66AF7D; }
span { border-color: rgb(102,175,125); }
td.TdClassName
{
border-color: #66AF7D;
}
.TagClassName
{
border-color: #66AF7D;
}
</style>