Shades of Oxley #639D73
Tints of Oxley #639D73
RGB
CMYK
RGB Variations
Color information
#639D73 (or 0x639D73) is known color: Oxley. HEX triplet: 63, 9D and 73. RGB value is (99,157,115). Sum of RGB (Red+Green+Blue) = 99+157+115=371 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.68% from 371); Green value is 157 (61.72% from 255 or 42.32% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 157 - color contains mainly: green. Hex color #639D73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639D73 is #9C628C. Grayscale: #868686. Windows color (decimal): -10248845 or 7576931. OLE color: 7576931.
HSL color Cylindrical-coordinate representation of color #639D73: hue angle of 136.55º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #639D73 is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 99 | 157 | 115 | - |
| CMYK | 0.37 | 0 | 0.27 | 0.38 |
| HSL | 136.55º | 0.23% | 0.5% | - |
| HSV(B) | 136.55º | 0.37% | 0.62% | - |
| XYZ | 20.3 | 28 | 20.56 | - |
| YUV | 134.87 | 116.78 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 157 | 115 | 0.37 | 0 | 0.27 | 0.38 | 136.55 | 0.23 | 0.5 |
| Hex | 63 | 9D | 73 | 25 | 0 | 1B | 26 | 89 | 17 | 32 |
| Octal | 143 | 235 | 163 | 45 | 0 | 33 | 46 | 211 | 27 | 62 |
| Binary | 1100011 | 10011101 | 1110011 | 100101 | 0 | 11011 | 100110 | 10001001 | 10111 | 110010 |
Color Harmonies of #639D73
Complementary color
Monochromatic Colors of #639D73
Black with #639D73
Text Example
Text Example
White with #639D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639D73; }
p { color: rgb(99,157,115); }
H1.HeaderClassName
{
color: #639D73;
}
.AnyTagClassName
{
color: #639D73;
}
</style>
background-color css
<style>
a { background-color: #639D73; }
a { background-color: rgb(99,157,115); }
div.DivClassName
{
background-color: #639D73;
}
.BgClassName
{
background-color: #639D73;
}
</style>
border-color css
<style>
span { border-color: #639D73; }
span { border-color: rgb(99,157,115); }
td.TdClassName
{
border-color: #639D73;
}
.TagClassName
{
border-color: #639D73;
}
</style>