Shades of Oxley #64AF7B
Tints of Oxley #64AF7B
RGB
CMYK
RGB Variations
Color information
#64AF7B (or 0x64AF7B) is known color: Oxley. HEX triplet: 64, AF and 7B. RGB value is (100,175,123). Sum of RGB (Red+Green+Blue) = 100+175+123=398 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.13% from 398); Green value is 175 (68.75% from 255 or 43.97% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 175 - color contains mainly: green. Hex color #64AF7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AF7B is #9B5084. Grayscale: #929292. Windows color (decimal): -10178693 or 8105828. OLE color: 8105828.
HSL color Cylindrical-coordinate representation of color #64AF7B: hue angle of 138.4º 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 #64AF7B is Cyan = 0.43, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 100 | 175 | 123 | - |
| CMYK | 0.43 | 0 | 0.30 | 0.31 |
| HSL | 138.4º | 0.32% | 0.54% | - |
| HSV(B) | 138.4º | 0.43% | 0.69% | - |
| XYZ | 24.16 | 34.8 | 24.18 | - |
| YUV | 146.65 | 114.65 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 175 | 123 | 0.43 | 0 | 0.30 | 0.31 | 138.4 | 0.32 | 0.54 |
| Hex | 64 | AF | 7B | 2B | 0 | 1E | 1F | 8A | 20 | 36 |
| Octal | 144 | 257 | 173 | 53 | 0 | 36 | 37 | 212 | 40 | 66 |
| Binary | 1100100 | 10101111 | 1111011 | 101011 | 0 | 11110 | 11111 | 10001010 | 100000 | 110110 |
Color Harmonies of #64AF7B
Complementary color
Monochromatic Colors of #64AF7B
Black with #64AF7B
Text Example
Text Example
White with #64AF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AF7B; }
p { color: rgb(100,175,123); }
H1.HeaderClassName
{
color: #64AF7B;
}
.AnyTagClassName
{
color: #64AF7B;
}
</style>
background-color css
<style>
a { background-color: #64AF7B; }
a { background-color: rgb(100,175,123); }
div.DivClassName
{
background-color: #64AF7B;
}
.BgClassName
{
background-color: #64AF7B;
}
</style>
border-color css
<style>
span { border-color: #64AF7B; }
span { border-color: rgb(100,175,123); }
td.TdClassName
{
border-color: #64AF7B;
}
.TagClassName
{
border-color: #64AF7B;
}
</style>