Shades of Oxley #64AF7E
Tints of Oxley #64AF7E
RGB
CMYK
RGB Variations
Color information
#64AF7E (or 0x64AF7E) is known color: Oxley. HEX triplet: 64, AF and 7E. RGB value is (100,175,126). Sum of RGB (Red+Green+Blue) = 100+175+126=401 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.94% from 401); Green value is 175 (68.75% from 255 or 43.64% from 401); Blue value is 126 (49.61% from 255 or 31.42% from 401); Max value from RGB is 175 - color contains mainly: green. Hex color #64AF7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AF7E is #9B5081. Grayscale: #939393. Windows color (decimal): -10178690 or 8302436. OLE color: 8302436.
HSL color Cylindrical-coordinate representation of color #64AF7E: hue angle of 140.8º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #64AF7E is Cyan = 0.43, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 100 | 175 | 126 | - |
| CMYK | 0.43 | 0 | 0.28 | 0.31 |
| HSL | 140.8º | 0.32% | 0.54% | - |
| HSV(B) | 140.8º | 0.43% | 0.69% | - |
| XYZ | 24.35 | 34.88 | 25.19 | - |
| YUV | 146.99 | 116.15 | 94.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 175 | 126 | 0.43 | 0 | 0.28 | 0.31 | 140.8 | 0.32 | 0.54 |
| Hex | 64 | AF | 7E | 2B | 0 | 1C | 1F | 8D | 20 | 36 |
| Octal | 144 | 257 | 176 | 53 | 0 | 34 | 37 | 215 | 40 | 66 |
| Binary | 1100100 | 10101111 | 1111110 | 101011 | 0 | 11100 | 11111 | 10001101 | 100000 | 110110 |
Color Harmonies of #64AF7E
Complementary color
Monochromatic Colors of #64AF7E
Black with #64AF7E
Text Example
Text Example
White with #64AF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AF7E; }
p { color: rgb(100,175,126); }
H1.HeaderClassName
{
color: #64AF7E;
}
.AnyTagClassName
{
color: #64AF7E;
}
</style>
background-color css
<style>
a { background-color: #64AF7E; }
a { background-color: rgb(100,175,126); }
div.DivClassName
{
background-color: #64AF7E;
}
.BgClassName
{
background-color: #64AF7E;
}
</style>
border-color css
<style>
span { border-color: #64AF7E; }
span { border-color: rgb(100,175,126); }
td.TdClassName
{
border-color: #64AF7E;
}
.TagClassName
{
border-color: #64AF7E;
}
</style>