Shades of Oxley #64A77A
Tints of Oxley #64A77A
RGB
CMYK
RGB Variations
Color information
#64A77A (or 0x64A77A) is known color: Oxley. HEX triplet: 64, A7 and 7A. RGB value is (100,167,122). Sum of RGB (Red+Green+Blue) = 100+167+122=389 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.71% from 389); Green value is 167 (65.62% from 255 or 42.93% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 167 - color contains mainly: green. Hex color #64A77A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A77A is #9B5885. Grayscale: #8D8D8D. Windows color (decimal): -10180742 or 8038244. OLE color: 8038244.
HSL color Cylindrical-coordinate representation of color #64A77A: hue angle of 139.7º 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 #64A77A is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 100 | 167 | 122 | - |
| CMYK | 0.40 | 0 | 0.27 | 0.35 |
| HSL | 139.7º | 0.28% | 0.52% | - |
| HSV(B) | 139.7º | 0.4% | 0.65% | - |
| XYZ | 22.59 | 31.75 | 23.35 | - |
| YUV | 141.84 | 116.8 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 167 | 122 | 0.40 | 0 | 0.27 | 0.35 | 139.7 | 0.28 | 0.52 |
| Hex | 64 | A7 | 7A | 28 | 0 | 1B | 23 | 8C | 1C | 34 |
| Octal | 144 | 247 | 172 | 50 | 0 | 33 | 43 | 214 | 34 | 64 |
| Binary | 1100100 | 10100111 | 1111010 | 101000 | 0 | 11011 | 100011 | 10001100 | 11100 | 110100 |
Color Harmonies of #64A77A
Complementary color
Monochromatic Colors of #64A77A
Black with #64A77A
Text Example
Text Example
White with #64A77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A77A; }
p { color: rgb(100,167,122); }
H1.HeaderClassName
{
color: #64A77A;
}
.AnyTagClassName
{
color: #64A77A;
}
</style>
background-color css
<style>
a { background-color: #64A77A; }
a { background-color: rgb(100,167,122); }
div.DivClassName
{
background-color: #64A77A;
}
.BgClassName
{
background-color: #64A77A;
}
</style>
border-color css
<style>
span { border-color: #64A77A; }
span { border-color: rgb(100,167,122); }
td.TdClassName
{
border-color: #64A77A;
}
.TagClassName
{
border-color: #64A77A;
}
</style>