Shades of Oxley #639C73
Tints of Oxley #639C73
RGB
CMYK
RGB Variations
Color information
#639C73 (or 0x639C73) is known color: Oxley. HEX triplet: 63, 9C and 73. RGB value is (99,156,115). Sum of RGB (Red+Green+Blue) = 99+156+115=370 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.76% from 370); Green value is 156 (61.33% from 255 or 42.16% from 370); Blue value is 115 (45.31% from 255 or 31.08% from 370); Max value from RGB is 156 - color contains mainly: green. Hex color #639C73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639C73 is #9C638C. Grayscale: #868686. Windows color (decimal): -10249101 or 7576675. OLE color: 7576675.
HSL color Cylindrical-coordinate representation of color #639C73: hue angle of 136.84º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #639C73 is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 99 | 156 | 115 | - |
| CMYK | 0.37 | 0 | 0.26 | 0.39 |
| HSL | 136.84º | 0.22% | 0.5% | - |
| HSV(B) | 136.84º | 0.37% | 0.61% | - |
| XYZ | 20.13 | 27.67 | 20.5 | - |
| YUV | 134.28 | 117.12 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 156 | 115 | 0.37 | 0 | 0.26 | 0.39 | 136.84 | 0.22 | 0.5 |
| Hex | 63 | 9C | 73 | 25 | 0 | 1A | 27 | 89 | 16 | 32 |
| Octal | 143 | 234 | 163 | 45 | 0 | 32 | 47 | 211 | 26 | 62 |
| Binary | 1100011 | 10011100 | 1110011 | 100101 | 0 | 11010 | 100111 | 10001001 | 10110 | 110010 |
Color Harmonies of #639C73
Complementary color
Monochromatic Colors of #639C73
Black with #639C73
Text Example
Text Example
White with #639C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639C73; }
p { color: rgb(99,156,115); }
H1.HeaderClassName
{
color: #639C73;
}
.AnyTagClassName
{
color: #639C73;
}
</style>
background-color css
<style>
a { background-color: #639C73; }
a { background-color: rgb(99,156,115); }
div.DivClassName
{
background-color: #639C73;
}
.BgClassName
{
background-color: #639C73;
}
</style>
border-color css
<style>
span { border-color: #639C73; }
span { border-color: rgb(99,156,115); }
td.TdClassName
{
border-color: #639C73;
}
.TagClassName
{
border-color: #639C73;
}
</style>