Shades of Oxley #64A27A
Tints of Oxley #64A27A
RGB
CMYK
RGB Variations
Color information
#64A27A (or 0x64A27A) is known color: Oxley. HEX triplet: 64, A2 and 7A. RGB value is (100,162,122). Sum of RGB (Red+Green+Blue) = 100+162+122=384 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.04% from 384); Green value is 162 (63.67% from 255 or 42.19% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 162 - color contains mainly: green. Hex color #64A27A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A27A is #9B5D85. Grayscale: #8B8B8B. Windows color (decimal): -10182022 or 8036964. OLE color: 8036964.
HSL color Cylindrical-coordinate representation of color #64A27A: hue angle of 141.29º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #64A27A is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 100 | 162 | 122 | - |
| CMYK | 0.38 | 0 | 0.25 | 0.36 |
| HSL | 141.29º | 0.25% | 0.51% | - |
| HSV(B) | 141.29º | 0.38% | 0.64% | - |
| XYZ | 21.69 | 29.96 | 23.05 | - |
| YUV | 138.9 | 118.46 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 162 | 122 | 0.38 | 0 | 0.25 | 0.36 | 141.29 | 0.25 | 0.51 |
| Hex | 64 | A2 | 7A | 26 | 0 | 19 | 24 | 8D | 19 | 33 |
| Octal | 144 | 242 | 172 | 46 | 0 | 31 | 44 | 215 | 31 | 63 |
| Binary | 1100100 | 10100010 | 1111010 | 100110 | 0 | 11001 | 100100 | 10001101 | 11001 | 110011 |
Color Harmonies of #64A27A
Complementary color
Monochromatic Colors of #64A27A
Black with #64A27A
Text Example
Text Example
White with #64A27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A27A; }
p { color: rgb(100,162,122); }
H1.HeaderClassName
{
color: #64A27A;
}
.AnyTagClassName
{
color: #64A27A;
}
</style>
background-color css
<style>
a { background-color: #64A27A; }
a { background-color: rgb(100,162,122); }
div.DivClassName
{
background-color: #64A27A;
}
.BgClassName
{
background-color: #64A27A;
}
</style>
border-color css
<style>
span { border-color: #64A27A; }
span { border-color: rgb(100,162,122); }
td.TdClassName
{
border-color: #64A27A;
}
.TagClassName
{
border-color: #64A27A;
}
</style>