Shades of Oxley #64A777
Tints of Oxley #64A777
RGB
CMYK
RGB Variations
Color information
#64A777 (or 0x64A777) is known color: Oxley. HEX triplet: 64, A7 and 77. RGB value is (100,167,119). Sum of RGB (Red+Green+Blue) = 100+167+119=386 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.91% from 386); Green value is 167 (65.62% from 255 or 43.26% from 386); Blue value is 119 (46.88% from 255 or 30.83% from 386); Max value from RGB is 167 - color contains mainly: green. Hex color #64A777 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A777 is #9B5888. Grayscale: #8D8D8D. Windows color (decimal): -10180745 or 7841636. OLE color: 7841636.
HSL color Cylindrical-coordinate representation of color #64A777: hue angle of 137.01º 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 #64A777 is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 100 | 167 | 119 | - |
| CMYK | 0.40 | 0 | 0.29 | 0.35 |
| HSL | 137.01º | 0.28% | 0.52% | - |
| HSV(B) | 137.01º | 0.4% | 0.65% | - |
| XYZ | 22.4 | 31.68 | 22.39 | - |
| YUV | 141.5 | 115.3 | 98.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 167 | 119 | 0.40 | 0 | 0.29 | 0.35 | 137.01 | 0.28 | 0.52 |
| Hex | 64 | A7 | 77 | 28 | 0 | 1D | 23 | 89 | 1C | 34 |
| Octal | 144 | 247 | 167 | 50 | 0 | 35 | 43 | 211 | 34 | 64 |
| Binary | 1100100 | 10100111 | 1110111 | 101000 | 0 | 11101 | 100011 | 10001001 | 11100 | 110100 |
Color Harmonies of #64A777
Complementary color
Monochromatic Colors of #64A777
Black with #64A777
Text Example
Text Example
White with #64A777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A777; }
p { color: rgb(100,167,119); }
H1.HeaderClassName
{
color: #64A777;
}
.AnyTagClassName
{
color: #64A777;
}
</style>
background-color css
<style>
a { background-color: #64A777; }
a { background-color: rgb(100,167,119); }
div.DivClassName
{
background-color: #64A777;
}
.BgClassName
{
background-color: #64A777;
}
</style>
border-color css
<style>
span { border-color: #64A777; }
span { border-color: rgb(100,167,119); }
td.TdClassName
{
border-color: #64A777;
}
.TagClassName
{
border-color: #64A777;
}
</style>