Shades of Oxley #64A17E
Tints of Oxley #64A17E
RGB
CMYK
RGB Variations
Color information
#64A17E (or 0x64A17E) is known color: Oxley. HEX triplet: 64, A1 and 7E. RGB value is (100,161,126). Sum of RGB (Red+Green+Blue) = 100+161+126=387 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.84% from 387); Green value is 161 (63.28% from 255 or 41.60% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 161 - color contains mainly: green. Hex color #64A17E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A17E is #9B5E81. Grayscale: #8A8A8A. Windows color (decimal): -10182274 or 8298852. OLE color: 8298852.
HSL color Cylindrical-coordinate representation of color #64A17E: hue angle of 145.57º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #64A17E is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 100 | 161 | 126 | - |
| CMYK | 0.38 | 0 | 0.22 | 0.37 |
| HSL | 145.57º | 0.24% | 0.51% | - |
| HSV(B) | 145.57º | 0.38% | 0.63% | - |
| XYZ | 21.77 | 29.71 | 24.33 | - |
| YUV | 138.77 | 120.79 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 161 | 126 | 0.38 | 0 | 0.22 | 0.37 | 145.57 | 0.24 | 0.51 |
| Hex | 64 | A1 | 7E | 26 | 0 | 16 | 25 | 92 | 18 | 33 |
| Octal | 144 | 241 | 176 | 46 | 0 | 26 | 45 | 222 | 30 | 63 |
| Binary | 1100100 | 10100001 | 1111110 | 100110 | 0 | 10110 | 100101 | 10010010 | 11000 | 110011 |
Color Harmonies of #64A17E
Complementary color
Monochromatic Colors of #64A17E
Black with #64A17E
Text Example
Text Example
White with #64A17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A17E; }
p { color: rgb(100,161,126); }
H1.HeaderClassName
{
color: #64A17E;
}
.AnyTagClassName
{
color: #64A17E;
}
</style>
background-color css
<style>
a { background-color: #64A17E; }
a { background-color: rgb(100,161,126); }
div.DivClassName
{
background-color: #64A17E;
}
.BgClassName
{
background-color: #64A17E;
}
</style>
border-color css
<style>
span { border-color: #64A17E; }
span { border-color: rgb(100,161,126); }
td.TdClassName
{
border-color: #64A17E;
}
.TagClassName
{
border-color: #64A17E;
}
</style>