Shades of Oxley #64906F
Tints of Oxley #64906F
RGB
CMYK
RGB Variations
Color information
#64906F (or 0x64906F) is known color: Oxley. HEX triplet: 64, 90 and 6F. RGB value is (100,144,111). Sum of RGB (Red+Green+Blue) = 100+144+111=355 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.17% from 355); Green value is 144 (56.64% from 255 or 40.56% from 355); Blue value is 111 (43.75% from 255 or 31.27% from 355); Max value from RGB is 144 - color contains mainly: green. Hex color #64906F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64906F is #9B6F90. Grayscale: #7F7F7F. Windows color (decimal): -10186641 or 7311460. OLE color: 7311460.
HSL color Cylindrical-coordinate representation of color #64906F: hue angle of 135º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #64906F is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 100 | 144 | 111 | - |
| CMYK | 0.31 | 0 | 0.23 | 0.44 |
| HSL | 135º | 0.18% | 0.48% | - |
| HSV(B) | 135º | 0.31% | 0.56% | - |
| XYZ | 18.1 | 23.8 | 18.68 | - |
| YUV | 127.08 | 118.92 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 144 | 111 | 0.31 | 0 | 0.23 | 0.44 | 135 | 0.18 | 0.48 |
| Hex | 64 | 90 | 6F | 1F | 0 | 17 | 2C | 87 | 12 | 30 |
| Octal | 144 | 220 | 157 | 37 | 0 | 27 | 54 | 207 | 22 | 60 |
| Binary | 1100100 | 10010000 | 1101111 | 11111 | 0 | 10111 | 101100 | 10000111 | 10010 | 110000 |
Color Harmonies of #64906F
Complementary color
Monochromatic Colors of #64906F
Black with #64906F
Text Example
Text Example
White with #64906F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64906F; }
p { color: rgb(100,144,111); }
H1.HeaderClassName
{
color: #64906F;
}
.AnyTagClassName
{
color: #64906F;
}
</style>
background-color css
<style>
a { background-color: #64906F; }
a { background-color: rgb(100,144,111); }
div.DivClassName
{
background-color: #64906F;
}
.BgClassName
{
background-color: #64906F;
}
</style>
border-color css
<style>
span { border-color: #64906F; }
span { border-color: rgb(100,144,111); }
td.TdClassName
{
border-color: #64906F;
}
.TagClassName
{
border-color: #64906F;
}
</style>