Shades of Oxley #64916F
Tints of Oxley #64916F
RGB
CMYK
RGB Variations
Color information
#64916F (or 0x64916F) is known color: Oxley. HEX triplet: 64, 91 and 6F. RGB value is (100,145,111). Sum of RGB (Red+Green+Blue) = 100+145+111=356 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.09% from 356); Green value is 145 (57.03% from 255 or 40.73% from 356); Blue value is 111 (43.75% from 255 or 31.18% from 356); Max value from RGB is 145 - color contains mainly: green. Hex color #64916F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64916F is #9B6E90. Grayscale: #7F7F7F. Windows color (decimal): -10186385 or 7311716. OLE color: 7311716.
HSL color Cylindrical-coordinate representation of color #64916F: hue angle of 134.67º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #64916F is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 100 | 145 | 111 | - |
| CMYK | 0.31 | 0 | 0.23 | 0.43 |
| HSL | 134.67º | 0.18% | 0.48% | - |
| HSV(B) | 134.67º | 0.31% | 0.57% | - |
| XYZ | 18.25 | 24.11 | 18.73 | - |
| YUV | 127.67 | 118.59 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 145 | 111 | 0.31 | 0 | 0.23 | 0.43 | 134.67 | 0.18 | 0.48 |
| Hex | 64 | 91 | 6F | 1F | 0 | 17 | 2B | 87 | 12 | 30 |
| Octal | 144 | 221 | 157 | 37 | 0 | 27 | 53 | 207 | 22 | 60 |
| Binary | 1100100 | 10010001 | 1101111 | 11111 | 0 | 10111 | 101011 | 10000111 | 10010 | 110000 |
Color Harmonies of #64916F
Complementary color
Monochromatic Colors of #64916F
Black with #64916F
Text Example
Text Example
White with #64916F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64916F; }
p { color: rgb(100,145,111); }
H1.HeaderClassName
{
color: #64916F;
}
.AnyTagClassName
{
color: #64916F;
}
</style>
background-color css
<style>
a { background-color: #64916F; }
a { background-color: rgb(100,145,111); }
div.DivClassName
{
background-color: #64916F;
}
.BgClassName
{
background-color: #64916F;
}
</style>
border-color css
<style>
span { border-color: #64916F; }
span { border-color: rgb(100,145,111); }
td.TdClassName
{
border-color: #64916F;
}
.TagClassName
{
border-color: #64916F;
}
</style>