Shades of Oxley #63956F
Tints of Oxley #63956F
RGB
CMYK
RGB Variations
Color information
#63956F (or 0x63956F) is known color: Oxley. HEX triplet: 63, 95 and 6F. RGB value is (99,149,111). Sum of RGB (Red+Green+Blue) = 99+149+111=359 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.58% from 359); Green value is 149 (58.59% from 255 or 41.50% from 359); Blue value is 111 (43.75% from 255 or 30.92% from 359); Max value from RGB is 149 - color contains mainly: green. Hex color #63956F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63956F is #9C6A90. Grayscale: #818181. Windows color (decimal): -10250897 or 7312739. OLE color: 7312739.
HSL color Cylindrical-coordinate representation of color #63956F: hue angle of 134.4º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #63956F is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 99 | 149 | 111 | - |
| CMYK | 0.34 | 0 | 0.26 | 0.42 |
| HSL | 134.4º | 0.2% | 0.49% | - |
| HSV(B) | 134.4º | 0.34% | 0.58% | - |
| XYZ | 18.76 | 25.3 | 18.93 | - |
| YUV | 129.72 | 117.44 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 149 | 111 | 0.34 | 0 | 0.26 | 0.42 | 134.4 | 0.2 | 0.49 |
| Hex | 63 | 95 | 6F | 22 | 0 | 1A | 2A | 86 | 14 | 31 |
| Octal | 143 | 225 | 157 | 42 | 0 | 32 | 52 | 206 | 24 | 61 |
| Binary | 1100011 | 10010101 | 1101111 | 100010 | 0 | 11010 | 101010 | 10000110 | 10100 | 110001 |
Color Harmonies of #63956F
Complementary color
Monochromatic Colors of #63956F
Black with #63956F
Text Example
Text Example
White with #63956F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63956F; }
p { color: rgb(99,149,111); }
H1.HeaderClassName
{
color: #63956F;
}
.AnyTagClassName
{
color: #63956F;
}
</style>
background-color css
<style>
a { background-color: #63956F; }
a { background-color: rgb(99,149,111); }
div.DivClassName
{
background-color: #63956F;
}
.BgClassName
{
background-color: #63956F;
}
</style>
border-color css
<style>
span { border-color: #63956F; }
span { border-color: rgb(99,149,111); }
td.TdClassName
{
border-color: #63956F;
}
.TagClassName
{
border-color: #63956F;
}
</style>