Shades of Oxley #64AC7B
Tints of Oxley #64AC7B
RGB
CMYK
RGB Variations
Color information
#64AC7B (or 0x64AC7B) is known color: Oxley. HEX triplet: 64, AC and 7B. RGB value is (100,172,123). Sum of RGB (Red+Green+Blue) = 100+172+123=395 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.32% from 395); Green value is 172 (67.58% from 255 or 43.54% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 172 - color contains mainly: green. Hex color #64AC7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AC7B is #9B5384. Grayscale: #919191. Windows color (decimal): -10179461 or 8105060. OLE color: 8105060.
HSL color Cylindrical-coordinate representation of color #64AC7B: hue angle of 139.17º 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 #64AC7B is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 172 | 123 | - |
| CMYK | 0.42 | 0 | 0.28 | 0.33 |
| HSL | 139.17º | 0.3% | 0.53% | - |
| HSV(B) | 139.17º | 0.42% | 0.67% | - |
| XYZ | 23.58 | 33.64 | 23.99 | - |
| YUV | 144.89 | 115.65 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 172 | 123 | 0.42 | 0 | 0.28 | 0.33 | 139.17 | 0.3 | 0.53 |
| Hex | 64 | AC | 7B | 2A | 0 | 1C | 21 | 8B | 1E | 35 |
| Octal | 144 | 254 | 173 | 52 | 0 | 34 | 41 | 213 | 36 | 65 |
| Binary | 1100100 | 10101100 | 1111011 | 101010 | 0 | 11100 | 100001 | 10001011 | 11110 | 110101 |
Color Harmonies of #64AC7B
Complementary color
Monochromatic Colors of #64AC7B
Black with #64AC7B
Text Example
Text Example
White with #64AC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AC7B; }
p { color: rgb(100,172,123); }
H1.HeaderClassName
{
color: #64AC7B;
}
.AnyTagClassName
{
color: #64AC7B;
}
</style>
background-color css
<style>
a { background-color: #64AC7B; }
a { background-color: rgb(100,172,123); }
div.DivClassName
{
background-color: #64AC7B;
}
.BgClassName
{
background-color: #64AC7B;
}
</style>
border-color css
<style>
span { border-color: #64AC7B; }
span { border-color: rgb(100,172,123); }
td.TdClassName
{
border-color: #64AC7B;
}
.TagClassName
{
border-color: #64AC7B;
}
</style>