Shades of Oxley #64AC78
Tints of Oxley #64AC78
RGB
CMYK
RGB Variations
Color information
#64AC78 (or 0x64AC78) is known color: Oxley. HEX triplet: 64, AC and 78. RGB value is (100,172,120). Sum of RGB (Red+Green+Blue) = 100+172+120=392 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.51% from 392); Green value is 172 (67.58% from 255 or 43.88% from 392); Blue value is 120 (47.27% from 255 or 30.61% from 392); Max value from RGB is 172 - color contains mainly: green. Hex color #64AC78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AC78 is #9B5387. Grayscale: #909090. Windows color (decimal): -10179464 or 7908452. OLE color: 7908452.
HSL color Cylindrical-coordinate representation of color #64AC78: hue angle of 136.67º 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 #64AC78 is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 172 | 120 | - |
| CMYK | 0.42 | 0 | 0.30 | 0.33 |
| HSL | 136.67º | 0.3% | 0.53% | - |
| HSV(B) | 136.67º | 0.42% | 0.67% | - |
| XYZ | 23.4 | 33.57 | 23.02 | - |
| YUV | 144.54 | 114.15 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 172 | 120 | 0.42 | 0 | 0.30 | 0.33 | 136.67 | 0.3 | 0.53 |
| Hex | 64 | AC | 78 | 2A | 0 | 1E | 21 | 89 | 1E | 35 |
| Octal | 144 | 254 | 170 | 52 | 0 | 36 | 41 | 211 | 36 | 65 |
| Binary | 1100100 | 10101100 | 1111000 | 101010 | 0 | 11110 | 100001 | 10001001 | 11110 | 110101 |
Color Harmonies of #64AC78
Complementary color
Monochromatic Colors of #64AC78
Black with #64AC78
Text Example
Text Example
White with #64AC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AC78; }
p { color: rgb(100,172,120); }
H1.HeaderClassName
{
color: #64AC78;
}
.AnyTagClassName
{
color: #64AC78;
}
</style>
background-color css
<style>
a { background-color: #64AC78; }
a { background-color: rgb(100,172,120); }
div.DivClassName
{
background-color: #64AC78;
}
.BgClassName
{
background-color: #64AC78;
}
</style>
border-color css
<style>
span { border-color: #64AC78; }
span { border-color: rgb(100,172,120); }
td.TdClassName
{
border-color: #64AC78;
}
.TagClassName
{
border-color: #64AC78;
}
</style>