Shades of Oxley #64A06C
Tints of Oxley #64A06C
RGB
CMYK
RGB Variations
Color information
#64A06C (or 0x64A06C) is known color: Oxley. HEX triplet: 64, A0 and 6C. RGB value is (100,160,108). Sum of RGB (Red+Green+Blue) = 100+160+108=368 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.17% from 368); Green value is 160 (62.89% from 255 or 43.48% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 160 - color contains mainly: green. Hex color #64A06C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A06C is #9B5F93. Grayscale: #888888. Windows color (decimal): -10182548 or 7118948. OLE color: 7118948.
HSL color Cylindrical-coordinate representation of color #64A06C: hue angle of 128º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #64A06C is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 100 | 160 | 108 | - |
| CMYK | 0.38 | 0 | 0.32 | 0.37 |
| HSL | 128º | 0.24% | 0.51% | - |
| HSV(B) | 128º | 0.38% | 0.63% | - |
| XYZ | 20.53 | 28.93 | 18.69 | - |
| YUV | 136.13 | 112.12 | 102.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 160 | 108 | 0.38 | 0 | 0.32 | 0.37 | 128 | 0.24 | 0.51 |
| Hex | 64 | A0 | 6C | 26 | 0 | 20 | 25 | 80 | 18 | 33 |
| Octal | 144 | 240 | 154 | 46 | 0 | 40 | 45 | 200 | 30 | 63 |
| Binary | 1100100 | 10100000 | 1101100 | 100110 | 0 | 100000 | 100101 | 10000000 | 11000 | 110011 |
Color Harmonies of #64A06C
Complementary color
Monochromatic Colors of #64A06C
Black with #64A06C
Text Example
Text Example
White with #64A06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A06C; }
p { color: rgb(100,160,108); }
H1.HeaderClassName
{
color: #64A06C;
}
.AnyTagClassName
{
color: #64A06C;
}
</style>
background-color css
<style>
a { background-color: #64A06C; }
a { background-color: rgb(100,160,108); }
div.DivClassName
{
background-color: #64A06C;
}
.BgClassName
{
background-color: #64A06C;
}
</style>
border-color css
<style>
span { border-color: #64A06C; }
span { border-color: rgb(100,160,108); }
td.TdClassName
{
border-color: #64A06C;
}
.TagClassName
{
border-color: #64A06C;
}
</style>