Shades of Oxley #64A47A
Tints of Oxley #64A47A
RGB
CMYK
RGB Variations
Color information
#64A47A (or 0x64A47A) is known color: Oxley. HEX triplet: 64, A4 and 7A. RGB value is (100,164,122). Sum of RGB (Red+Green+Blue) = 100+164+122=386 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.91% from 386); Green value is 164 (64.45% from 255 or 42.49% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 164 - color contains mainly: green. Hex color #64A47A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A47A is #9B5B85. Grayscale: #8C8C8C. Windows color (decimal): -10181510 or 8037476. OLE color: 8037476.
HSL color Cylindrical-coordinate representation of color #64A47A: hue angle of 140.62º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #64A47A is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 100 | 164 | 122 | - |
| CMYK | 0.39 | 0 | 0.26 | 0.36 |
| HSL | 140.63º | 0.26% | 0.52% | - |
| HSV(B) | 140.63º | 0.39% | 0.64% | - |
| XYZ | 22.04 | 30.67 | 23.17 | - |
| YUV | 140.08 | 117.8 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 164 | 122 | 0.39 | 0 | 0.26 | 0.36 | 140.63 | 0.26 | 0.52 |
| Hex | 64 | A4 | 7A | 27 | 0 | 1A | 24 | 8D | 1A | 34 |
| Octal | 144 | 244 | 172 | 47 | 0 | 32 | 44 | 215 | 32 | 64 |
| Binary | 1100100 | 10100100 | 1111010 | 100111 | 0 | 11010 | 100100 | 10001101 | 11010 | 110100 |
Color Harmonies of #64A47A
Complementary color
Monochromatic Colors of #64A47A
Black with #64A47A
Text Example
Text Example
White with #64A47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A47A; }
p { color: rgb(100,164,122); }
H1.HeaderClassName
{
color: #64A47A;
}
.AnyTagClassName
{
color: #64A47A;
}
</style>
background-color css
<style>
a { background-color: #64A47A; }
a { background-color: rgb(100,164,122); }
div.DivClassName
{
background-color: #64A47A;
}
.BgClassName
{
background-color: #64A47A;
}
</style>
border-color css
<style>
span { border-color: #64A47A; }
span { border-color: rgb(100,164,122); }
td.TdClassName
{
border-color: #64A47A;
}
.TagClassName
{
border-color: #64A47A;
}
</style>