Shades of Oxley #66AF7B
Tints of Oxley #66AF7B
RGB
CMYK
RGB Variations
Color information
#66AF7B (or 0x66AF7B) is known color: Oxley. HEX triplet: 66, AF and 7B. RGB value is (102,175,123). Sum of RGB (Red+Green+Blue) = 102+175+123=400 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.5% from 400); Green value is 175 (68.75% from 255 or 43.75% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 175 - color contains mainly: green. Hex color #66AF7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AF7B is #995084. Grayscale: #939393. Windows color (decimal): -10047621 or 8105830. OLE color: 8105830.
HSL color Cylindrical-coordinate representation of color #66AF7B: hue angle of 137.26º 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 #66AF7B is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 175 | 123 | - |
| CMYK | 0.42 | 0 | 0.30 | 0.31 |
| HSL | 137.26º | 0.31% | 0.54% | - |
| HSV(B) | 137.26º | 0.42% | 0.69% | - |
| XYZ | 24.38 | 34.91 | 24.19 | - |
| YUV | 147.25 | 114.32 | 95.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 175 | 123 | 0.42 | 0 | 0.30 | 0.31 | 137.26 | 0.31 | 0.54 |
| Hex | 66 | AF | 7B | 2A | 0 | 1E | 1F | 89 | 1F | 36 |
| Octal | 146 | 257 | 173 | 52 | 0 | 36 | 37 | 211 | 37 | 66 |
| Binary | 1100110 | 10101111 | 1111011 | 101010 | 0 | 11110 | 11111 | 10001001 | 11111 | 110110 |
Color Harmonies of #66AF7B
Complementary color
Monochromatic Colors of #66AF7B
Black with #66AF7B
Text Example
Text Example
White with #66AF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AF7B; }
p { color: rgb(102,175,123); }
H1.HeaderClassName
{
color: #66AF7B;
}
.AnyTagClassName
{
color: #66AF7B;
}
</style>
background-color css
<style>
a { background-color: #66AF7B; }
a { background-color: rgb(102,175,123); }
div.DivClassName
{
background-color: #66AF7B;
}
.BgClassName
{
background-color: #66AF7B;
}
</style>
border-color css
<style>
span { border-color: #66AF7B; }
span { border-color: rgb(102,175,123); }
td.TdClassName
{
border-color: #66AF7B;
}
.TagClassName
{
border-color: #66AF7B;
}
</style>