Shades of Oxley #64AC7F
Tints of Oxley #64AC7F
RGB
CMYK
RGB Variations
Color information
#64AC7F (or 0x64AC7F) is known color: Oxley. HEX triplet: 64, AC and 7F. RGB value is (100,172,127). Sum of RGB (Red+Green+Blue) = 100+172+127=399 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.06% from 399); Green value is 172 (67.58% from 255 or 43.11% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 172 - color contains mainly: green. Hex color #64AC7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AC7F is #9B5380. Grayscale: #919191. Windows color (decimal): -10179457 or 8367204. OLE color: 8367204.
HSL color Cylindrical-coordinate representation of color #64AC7F: hue angle of 142.5º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #64AC7F is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 172 | 127 | - |
| CMYK | 0.42 | 0 | 0.26 | 0.33 |
| HSL | 142.5º | 0.3% | 0.53% | - |
| HSV(B) | 142.5º | 0.42% | 0.67% | - |
| XYZ | 23.84 | 33.75 | 25.34 | - |
| YUV | 145.34 | 117.65 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 172 | 127 | 0.42 | 0 | 0.26 | 0.33 | 142.5 | 0.3 | 0.53 |
| Hex | 64 | AC | 7F | 2A | 0 | 1A | 21 | 8E | 1E | 35 |
| Octal | 144 | 254 | 177 | 52 | 0 | 32 | 41 | 216 | 36 | 65 |
| Binary | 1100100 | 10101100 | 1111111 | 101010 | 0 | 11010 | 100001 | 10001110 | 11110 | 110101 |
Color Harmonies of #64AC7F
Complementary color
Monochromatic Colors of #64AC7F
Black with #64AC7F
Text Example
Text Example
White with #64AC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AC7F; }
p { color: rgb(100,172,127); }
H1.HeaderClassName
{
color: #64AC7F;
}
.AnyTagClassName
{
color: #64AC7F;
}
</style>
background-color css
<style>
a { background-color: #64AC7F; }
a { background-color: rgb(100,172,127); }
div.DivClassName
{
background-color: #64AC7F;
}
.BgClassName
{
background-color: #64AC7F;
}
</style>
border-color css
<style>
span { border-color: #64AC7F; }
span { border-color: rgb(100,172,127); }
td.TdClassName
{
border-color: #64AC7F;
}
.TagClassName
{
border-color: #64AC7F;
}
</style>