Shades of Oxley #64956F
Tints of Oxley #64956F
RGB
CMYK
RGB Variations
Color information
#64956F (or 0x64956F) is known color: Oxley. HEX triplet: 64, 95 and 6F. RGB value is (100,149,111). Sum of RGB (Red+Green+Blue) = 100+149+111=360 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.78% from 360); Green value is 149 (58.59% from 255 or 41.39% from 360); Blue value is 111 (43.75% from 255 or 30.83% from 360); Max value from RGB is 149 - color contains mainly: green. Hex color #64956F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64956F is #9B6A90. Grayscale: #828282. Windows color (decimal): -10185361 or 7312740. OLE color: 7312740.
HSL color Cylindrical-coordinate representation of color #64956F: hue angle of 133.47º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #64956F is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 149 | 111 | - |
| CMYK | 0.33 | 0 | 0.26 | 0.42 |
| HSL | 133.47º | 0.2% | 0.49% | - |
| HSV(B) | 133.47º | 0.33% | 0.58% | - |
| XYZ | 18.87 | 25.35 | 18.94 | - |
| YUV | 130.02 | 117.27 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 149 | 111 | 0.33 | 0 | 0.26 | 0.42 | 133.47 | 0.2 | 0.49 |
| Hex | 64 | 95 | 6F | 21 | 0 | 1A | 2A | 85 | 14 | 31 |
| Octal | 144 | 225 | 157 | 41 | 0 | 32 | 52 | 205 | 24 | 61 |
| Binary | 1100100 | 10010101 | 1101111 | 100001 | 0 | 11010 | 101010 | 10000101 | 10100 | 110001 |
Color Harmonies of #64956F
Complementary color
Monochromatic Colors of #64956F
Black with #64956F
Text Example
Text Example
White with #64956F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64956F; }
p { color: rgb(100,149,111); }
H1.HeaderClassName
{
color: #64956F;
}
.AnyTagClassName
{
color: #64956F;
}
</style>
background-color css
<style>
a { background-color: #64956F; }
a { background-color: rgb(100,149,111); }
div.DivClassName
{
background-color: #64956F;
}
.BgClassName
{
background-color: #64956F;
}
</style>
border-color css
<style>
span { border-color: #64956F; }
span { border-color: rgb(100,149,111); }
td.TdClassName
{
border-color: #64956F;
}
.TagClassName
{
border-color: #64956F;
}
</style>