Shades of Oxley #64A67E
Tints of Oxley #64A67E
RGB
CMYK
RGB Variations
Color information
#64A67E (or 0x64A67E) is known color: Oxley. HEX triplet: 64, A6 and 7E. RGB value is (100,166,126). Sum of RGB (Red+Green+Blue) = 100+166+126=392 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.51% from 392); Green value is 166 (65.23% from 255 or 42.35% from 392); Blue value is 126 (49.61% from 255 or 32.14% from 392); Max value from RGB is 166 - color contains mainly: green. Hex color #64A67E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A67E is #9B5981. Grayscale: #8D8D8D. Windows color (decimal): -10180994 or 8300132. OLE color: 8300132.
HSL color Cylindrical-coordinate representation of color #64A67E: hue angle of 143.64º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #64A67E is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 100 | 166 | 126 | - |
| CMYK | 0.40 | 0 | 0.24 | 0.35 |
| HSL | 143.64º | 0.27% | 0.52% | - |
| HSV(B) | 143.64º | 0.4% | 0.65% | - |
| XYZ | 22.66 | 31.49 | 24.62 | - |
| YUV | 141.71 | 119.13 | 98.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 166 | 126 | 0.40 | 0 | 0.24 | 0.35 | 143.64 | 0.27 | 0.52 |
| Hex | 64 | A6 | 7E | 28 | 0 | 18 | 23 | 90 | 1B | 34 |
| Octal | 144 | 246 | 176 | 50 | 0 | 30 | 43 | 220 | 33 | 64 |
| Binary | 1100100 | 10100110 | 1111110 | 101000 | 0 | 11000 | 100011 | 10010000 | 11011 | 110100 |
Color Harmonies of #64A67E
Complementary color
Monochromatic Colors of #64A67E
Black with #64A67E
Text Example
Text Example
White with #64A67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A67E; }
p { color: rgb(100,166,126); }
H1.HeaderClassName
{
color: #64A67E;
}
.AnyTagClassName
{
color: #64A67E;
}
</style>
background-color css
<style>
a { background-color: #64A67E; }
a { background-color: rgb(100,166,126); }
div.DivClassName
{
background-color: #64A67E;
}
.BgClassName
{
background-color: #64A67E;
}
</style>
border-color css
<style>
span { border-color: #64A67E; }
span { border-color: rgb(100,166,126); }
td.TdClassName
{
border-color: #64A67E;
}
.TagClassName
{
border-color: #64A67E;
}
</style>