Shades of Oxley #638F72
Tints of Oxley #638F72
RGB
CMYK
RGB Variations
Color information
#638F72 (or 0x638F72) is known color: Oxley. HEX triplet: 63, 8F and 72. RGB value is (99,143,114). Sum of RGB (Red+Green+Blue) = 99+143+114=356 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.81% from 356); Green value is 143 (56.25% from 255 or 40.17% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 143 - color contains mainly: green. Hex color #638F72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638F72 is #9C708D. Grayscale: #7E7E7E. Windows color (decimal): -10252430 or 7507811. OLE color: 7507811.
HSL color Cylindrical-coordinate representation of color #638F72: hue angle of 140.45º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #638F72 is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 99 | 143 | 114 | - |
| CMYK | 0.31 | 0 | 0.20 | 0.44 |
| HSL | 140.45º | 0.18% | 0.47% | - |
| HSV(B) | 140.45º | 0.31% | 0.56% | - |
| XYZ | 18.01 | 23.51 | 19.51 | - |
| YUV | 126.54 | 120.92 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 143 | 114 | 0.31 | 0 | 0.20 | 0.44 | 140.45 | 0.18 | 0.47 |
| Hex | 63 | 8F | 72 | 1F | 0 | 14 | 2C | 8C | 12 | 2F |
| Octal | 143 | 217 | 162 | 37 | 0 | 24 | 54 | 214 | 22 | 57 |
| Binary | 1100011 | 10001111 | 1110010 | 11111 | 0 | 10100 | 101100 | 10001100 | 10010 | 101111 |
Color Harmonies of #638F72
Complementary color
Monochromatic Colors of #638F72
Black with #638F72
Text Example
Text Example
White with #638F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638F72; }
p { color: rgb(99,143,114); }
H1.HeaderClassName
{
color: #638F72;
}
.AnyTagClassName
{
color: #638F72;
}
</style>
background-color css
<style>
a { background-color: #638F72; }
a { background-color: rgb(99,143,114); }
div.DivClassName
{
background-color: #638F72;
}
.BgClassName
{
background-color: #638F72;
}
</style>
border-color css
<style>
span { border-color: #638F72; }
span { border-color: rgb(99,143,114); }
td.TdClassName
{
border-color: #638F72;
}
.TagClassName
{
border-color: #638F72;
}
</style>