Shades of Oxley #73997B
Tints of Oxley #73997B
RGB
CMYK
RGB Variations
Color information
#73997B (or 0x73997B) is known color: Oxley. HEX triplet: 73, 99 and 7B. RGB value is (115,153,123). Sum of RGB (Red+Green+Blue) = 115+153+123=391 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.41% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 153 - color contains mainly: green. Hex color #73997B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73997B is #8C6684. Grayscale: #8A8A8A. Windows color (decimal): -9201285 or 8100211. OLE color: 8100211.
HSL color Cylindrical-coordinate representation of color #73997B: hue angle of 132.63º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #73997B is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 115 | 153 | 123 | - |
| CMYK | 0.25 | 0 | 0.20 | 0.4 |
| HSL | 132.63º | 0.16% | 0.53% | - |
| HSV(B) | 132.63º | 0.25% | 0.6% | - |
| XYZ | 22.04 | 27.86 | 22.95 | - |
| YUV | 138.22 | 119.41 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 153 | 123 | 0.25 | 0 | 0.20 | 0.4 | 132.63 | 0.16 | 0.53 |
| Hex | 73 | 99 | 7B | 19 | 0 | 14 | 28 | 85 | 10 | 35 |
| Octal | 163 | 231 | 173 | 31 | 0 | 24 | 50 | 205 | 20 | 65 |
| Binary | 1110011 | 10011001 | 1111011 | 11001 | 0 | 10100 | 101000 | 10000101 | 10000 | 110101 |
Color Harmonies of #73997B
Complementary color
Monochromatic Colors of #73997B
Black with #73997B
Text Example
Text Example
White with #73997B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73997B; }
p { color: rgb(115,153,123); }
H1.HeaderClassName
{
color: #73997B;
}
.AnyTagClassName
{
color: #73997B;
}
</style>
background-color css
<style>
a { background-color: #73997B; }
a { background-color: rgb(115,153,123); }
div.DivClassName
{
background-color: #73997B;
}
.BgClassName
{
background-color: #73997B;
}
</style>
border-color css
<style>
span { border-color: #73997B; }
span { border-color: rgb(115,153,123); }
td.TdClassName
{
border-color: #73997B;
}
.TagClassName
{
border-color: #73997B;
}
</style>