Shades of Oxley #64A776
Tints of Oxley #64A776
RGB
CMYK
RGB Variations
Color information
#64A776 (or 0x64A776) is known color: Oxley. HEX triplet: 64, A7 and 76. RGB value is (100,167,118). Sum of RGB (Red+Green+Blue) = 100+167+118=385 (50% of max value = 765). Red value is 100 (39.45% from 255 or 25.97% from 385); Green value is 167 (65.62% from 255 or 43.38% from 385); Blue value is 118 (46.48% from 255 or 30.65% from 385); Max value from RGB is 167 - color contains mainly: green. Hex color #64A776 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A776 is #9B5889. Grayscale: #8D8D8D. Windows color (decimal): -10180746 or 7776100. OLE color: 7776100.
HSL color Cylindrical-coordinate representation of color #64A776: hue angle of 136.12º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #64A776 is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 100 | 167 | 118 | - |
| CMYK | 0.40 | 0 | 0.29 | 0.35 |
| HSL | 136.12º | 0.28% | 0.52% | - |
| HSV(B) | 136.12º | 0.4% | 0.65% | - |
| XYZ | 22.34 | 31.65 | 22.07 | - |
| YUV | 141.38 | 114.8 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 167 | 118 | 0.40 | 0 | 0.29 | 0.35 | 136.12 | 0.28 | 0.52 |
| Hex | 64 | A7 | 76 | 28 | 0 | 1D | 23 | 88 | 1C | 34 |
| Octal | 144 | 247 | 166 | 50 | 0 | 35 | 43 | 210 | 34 | 64 |
| Binary | 1100100 | 10100111 | 1110110 | 101000 | 0 | 11101 | 100011 | 10001000 | 11100 | 110100 |
Color Harmonies of #64A776
Complementary color
Monochromatic Colors of #64A776
Black with #64A776
Text Example
Text Example
White with #64A776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A776; }
p { color: rgb(100,167,118); }
H1.HeaderClassName
{
color: #64A776;
}
.AnyTagClassName
{
color: #64A776;
}
</style>
background-color css
<style>
a { background-color: #64A776; }
a { background-color: rgb(100,167,118); }
div.DivClassName
{
background-color: #64A776;
}
.BgClassName
{
background-color: #64A776;
}
</style>
border-color css
<style>
span { border-color: #64A776; }
span { border-color: rgb(100,167,118); }
td.TdClassName
{
border-color: #64A776;
}
.TagClassName
{
border-color: #64A776;
}
</style>