Shades of Oxley #639F72
Tints of Oxley #639F72
RGB
CMYK
RGB Variations
Color information
#639F72 (or 0x639F72) is known color: Oxley. HEX triplet: 63, 9F and 72. RGB value is (99,159,114). Sum of RGB (Red+Green+Blue) = 99+159+114=372 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.61% from 372); Green value is 159 (62.5% from 255 or 42.74% from 372); Blue value is 114 (44.92% from 255 or 30.65% from 372); Max value from RGB is 159 - color contains mainly: green. Hex color #639F72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639F72 is #9C608D. Grayscale: #888888. Windows color (decimal): -10248334 or 7511907. OLE color: 7511907.
HSL color Cylindrical-coordinate representation of color #639F72: hue angle of 135º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #639F72 is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 99 | 159 | 114 | - |
| CMYK | 0.38 | 0 | 0.28 | 0.38 |
| HSL | 135º | 0.24% | 0.51% | - |
| HSV(B) | 135º | 0.38% | 0.62% | - |
| XYZ | 20.58 | 28.66 | 20.37 | - |
| YUV | 135.93 | 115.62 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 159 | 114 | 0.38 | 0 | 0.28 | 0.38 | 135 | 0.24 | 0.51 |
| Hex | 63 | 9F | 72 | 26 | 0 | 1C | 26 | 87 | 18 | 33 |
| Octal | 143 | 237 | 162 | 46 | 0 | 34 | 46 | 207 | 30 | 63 |
| Binary | 1100011 | 10011111 | 1110010 | 100110 | 0 | 11100 | 100110 | 10000111 | 11000 | 110011 |
Color Harmonies of #639F72
Complementary color
Monochromatic Colors of #639F72
Black with #639F72
Text Example
Text Example
White with #639F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639F72; }
p { color: rgb(99,159,114); }
H1.HeaderClassName
{
color: #639F72;
}
.AnyTagClassName
{
color: #639F72;
}
</style>
background-color css
<style>
a { background-color: #639F72; }
a { background-color: rgb(99,159,114); }
div.DivClassName
{
background-color: #639F72;
}
.BgClassName
{
background-color: #639F72;
}
</style>
border-color css
<style>
span { border-color: #639F72; }
span { border-color: rgb(99,159,114); }
td.TdClassName
{
border-color: #639F72;
}
.TagClassName
{
border-color: #639F72;
}
</style>