Shades of Oxley #64A875
Tints of Oxley #64A875
RGB
CMYK
RGB Variations
Color information
#64A875 (or 0x64A875) is known color: Oxley. HEX triplet: 64, A8 and 75. RGB value is (100,168,117). Sum of RGB (Red+Green+Blue) = 100+168+117=385 (50% of max value = 765). Red value is 100 (39.45% from 255 or 25.97% from 385); Green value is 168 (66.02% from 255 or 43.64% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 168 - color contains mainly: green. Hex color #64A875 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A875 is #9B578A. Grayscale: #8D8D8D. Windows color (decimal): -10180491 or 7710820. OLE color: 7710820.
HSL color Cylindrical-coordinate representation of color #64A875: hue angle of 135º 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 #64A875 is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 100 | 168 | 117 | - |
| CMYK | 0.40 | 0 | 0.30 | 0.34 |
| HSL | 135º | 0.28% | 0.53% | - |
| HSV(B) | 135º | 0.4% | 0.66% | - |
| XYZ | 22.47 | 32 | 21.82 | - |
| YUV | 141.85 | 113.97 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 168 | 117 | 0.40 | 0 | 0.30 | 0.34 | 135 | 0.28 | 0.53 |
| Hex | 64 | A8 | 75 | 28 | 0 | 1E | 22 | 87 | 1C | 35 |
| Octal | 144 | 250 | 165 | 50 | 0 | 36 | 42 | 207 | 34 | 65 |
| Binary | 1100100 | 10101000 | 1110101 | 101000 | 0 | 11110 | 100010 | 10000111 | 11100 | 110101 |
Color Harmonies of #64A875
Complementary color
Monochromatic Colors of #64A875
Black with #64A875
Text Example
Text Example
White with #64A875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A875; }
p { color: rgb(100,168,117); }
H1.HeaderClassName
{
color: #64A875;
}
.AnyTagClassName
{
color: #64A875;
}
</style>
background-color css
<style>
a { background-color: #64A875; }
a { background-color: rgb(100,168,117); }
div.DivClassName
{
background-color: #64A875;
}
.BgClassName
{
background-color: #64A875;
}
</style>
border-color css
<style>
span { border-color: #64A875; }
span { border-color: rgb(100,168,117); }
td.TdClassName
{
border-color: #64A875;
}
.TagClassName
{
border-color: #64A875;
}
</style>