Shades of Oxley #64926F
Tints of Oxley #64926F
RGB
CMYK
RGB Variations
Color information
#64926F (or 0x64926F) is known color: Oxley. HEX triplet: 64, 92 and 6F. RGB value is (100,146,111). Sum of RGB (Red+Green+Blue) = 100+146+111=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 146 (57.42% from 255 or 40.90% from 357); Blue value is 111 (43.75% from 255 or 31.09% from 357); Max value from RGB is 146 - color contains mainly: green. Hex color #64926F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64926F is #9B6D90. Grayscale: #808080. Windows color (decimal): -10186129 or 7311972. OLE color: 7311972.
HSL color Cylindrical-coordinate representation of color #64926F: hue angle of 134.35º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #64926F is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 100 | 146 | 111 | - |
| CMYK | 0.32 | 0 | 0.24 | 0.43 |
| HSL | 134.35º | 0.19% | 0.48% | - |
| HSV(B) | 134.35º | 0.32% | 0.57% | - |
| XYZ | 18.4 | 24.41 | 18.78 | - |
| YUV | 128.26 | 118.26 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 146 | 111 | 0.32 | 0 | 0.24 | 0.43 | 134.35 | 0.19 | 0.48 |
| Hex | 64 | 92 | 6F | 20 | 0 | 18 | 2B | 86 | 13 | 30 |
| Octal | 144 | 222 | 157 | 40 | 0 | 30 | 53 | 206 | 23 | 60 |
| Binary | 1100100 | 10010010 | 1101111 | 100000 | 0 | 11000 | 101011 | 10000110 | 10011 | 110000 |
Color Harmonies of #64926F
Complementary color
Monochromatic Colors of #64926F
Black with #64926F
Text Example
Text Example
White with #64926F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64926F; }
p { color: rgb(100,146,111); }
H1.HeaderClassName
{
color: #64926F;
}
.AnyTagClassName
{
color: #64926F;
}
</style>
background-color css
<style>
a { background-color: #64926F; }
a { background-color: rgb(100,146,111); }
div.DivClassName
{
background-color: #64926F;
}
.BgClassName
{
background-color: #64926F;
}
</style>
border-color css
<style>
span { border-color: #64926F; }
span { border-color: rgb(100,146,111); }
td.TdClassName
{
border-color: #64926F;
}
.TagClassName
{
border-color: #64926F;
}
</style>