Shades of Oxley #64A87A
Tints of Oxley #64A87A
RGB
CMYK
RGB Variations
Color information
#64A87A (or 0x64A87A) is known color: Oxley. HEX triplet: 64, A8 and 7A. RGB value is (100,168,122). Sum of RGB (Red+Green+Blue) = 100+168+122=390 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.64% from 390); Green value is 168 (66.02% from 255 or 43.08% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 168 - color contains mainly: green. Hex color #64A87A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A87A is #9B5785. Grayscale: #8E8E8E. Windows color (decimal): -10180486 or 8038500. OLE color: 8038500.
HSL color Cylindrical-coordinate representation of color #64A87A: hue angle of 139.41º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #64A87A is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 100 | 168 | 122 | - |
| CMYK | 0.40 | 0 | 0.27 | 0.34 |
| HSL | 139.41º | 0.28% | 0.53% | - |
| HSV(B) | 139.41º | 0.4% | 0.66% | - |
| XYZ | 22.77 | 32.12 | 23.41 | - |
| YUV | 142.42 | 116.47 | 97.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 168 | 122 | 0.40 | 0 | 0.27 | 0.34 | 139.41 | 0.28 | 0.53 |
| Hex | 64 | A8 | 7A | 28 | 0 | 1B | 22 | 8B | 1C | 35 |
| Octal | 144 | 250 | 172 | 50 | 0 | 33 | 42 | 213 | 34 | 65 |
| Binary | 1100100 | 10101000 | 1111010 | 101000 | 0 | 11011 | 100010 | 10001011 | 11100 | 110101 |
Color Harmonies of #64A87A
Complementary color
Monochromatic Colors of #64A87A
Black with #64A87A
Text Example
Text Example
White with #64A87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A87A; }
p { color: rgb(100,168,122); }
H1.HeaderClassName
{
color: #64A87A;
}
.AnyTagClassName
{
color: #64A87A;
}
</style>
background-color css
<style>
a { background-color: #64A87A; }
a { background-color: rgb(100,168,122); }
div.DivClassName
{
background-color: #64A87A;
}
.BgClassName
{
background-color: #64A87A;
}
</style>
border-color css
<style>
span { border-color: #64A87A; }
span { border-color: rgb(100,168,122); }
td.TdClassName
{
border-color: #64A87A;
}
.TagClassName
{
border-color: #64A87A;
}
</style>