Shades of Oxley #64AC7E
Tints of Oxley #64AC7E
RGB
CMYK
RGB Variations
Color information
#64AC7E (or 0x64AC7E) is known color: Oxley. HEX triplet: 64, AC and 7E. RGB value is (100,172,126). Sum of RGB (Red+Green+Blue) = 100+172+126=398 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.13% from 398); Green value is 172 (67.58% from 255 or 43.22% from 398); Blue value is 126 (49.61% from 255 or 31.66% from 398); Max value from RGB is 172 - color contains mainly: green. Hex color #64AC7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AC7E is #9B5381. Grayscale: #919191. Windows color (decimal): -10179458 or 8301668. OLE color: 8301668.
HSL color Cylindrical-coordinate representation of color #64AC7E: hue angle of 141.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 #64AC7E is Cyan = 0.42, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 172 | 126 | - |
| CMYK | 0.42 | 0 | 0.27 | 0.33 |
| HSL | 141.67º | 0.3% | 0.53% | - |
| HSV(B) | 141.67º | 0.42% | 0.67% | - |
| XYZ | 23.77 | 33.72 | 24.99 | - |
| YUV | 145.23 | 117.15 | 95.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 172 | 126 | 0.42 | 0 | 0.27 | 0.33 | 141.67 | 0.3 | 0.53 |
| Hex | 64 | AC | 7E | 2A | 0 | 1B | 21 | 8E | 1E | 35 |
| Octal | 144 | 254 | 176 | 52 | 0 | 33 | 41 | 216 | 36 | 65 |
| Binary | 1100100 | 10101100 | 1111110 | 101010 | 0 | 11011 | 100001 | 10001110 | 11110 | 110101 |
Color Harmonies of #64AC7E
Complementary color
Monochromatic Colors of #64AC7E
Black with #64AC7E
Text Example
Text Example
White with #64AC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AC7E; }
p { color: rgb(100,172,126); }
H1.HeaderClassName
{
color: #64AC7E;
}
.AnyTagClassName
{
color: #64AC7E;
}
</style>
background-color css
<style>
a { background-color: #64AC7E; }
a { background-color: rgb(100,172,126); }
div.DivClassName
{
background-color: #64AC7E;
}
.BgClassName
{
background-color: #64AC7E;
}
</style>
border-color css
<style>
span { border-color: #64AC7E; }
span { border-color: rgb(100,172,126); }
td.TdClassName
{
border-color: #64AC7E;
}
.TagClassName
{
border-color: #64AC7E;
}
</style>