Shades of Oxley #73947D
Tints of Oxley #73947D
RGB
CMYK
RGB Variations
Color information
#73947D (or 0x73947D) is known color: Oxley. HEX triplet: 73, 94 and 7D. RGB value is (115,148,125). Sum of RGB (Red+Green+Blue) = 115+148+125=388 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.64% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 148 - color contains mainly: green. Hex color #73947D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73947D is #8C6B82. Grayscale: #878787. Windows color (decimal): -9202563 or 8230003. OLE color: 8230003.
HSL color Cylindrical-coordinate representation of color #73947D: hue angle of 138.18º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #73947D is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 115 | 148 | 125 | - |
| CMYK | 0.22 | 0 | 0.16 | 0.42 |
| HSL | 138.18º | 0.13% | 0.52% | - |
| HSV(B) | 138.18º | 0.22% | 0.58% | - |
| XYZ | 21.36 | 26.31 | 23.35 | - |
| YUV | 135.51 | 122.07 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 148 | 125 | 0.22 | 0 | 0.16 | 0.42 | 138.18 | 0.13 | 0.52 |
| Hex | 73 | 94 | 7D | 16 | 0 | 10 | 2A | 8A | D | 34 |
| Octal | 163 | 224 | 175 | 26 | 0 | 20 | 52 | 212 | 15 | 64 |
| Binary | 1110011 | 10010100 | 1111101 | 10110 | 0 | 10000 | 101010 | 10001010 | 1101 | 110100 |
Color Harmonies of #73947D
Complementary color
Monochromatic Colors of #73947D
Black with #73947D
Text Example
Text Example
White with #73947D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73947D; }
p { color: rgb(115,148,125); }
H1.HeaderClassName
{
color: #73947D;
}
.AnyTagClassName
{
color: #73947D;
}
</style>
background-color css
<style>
a { background-color: #73947D; }
a { background-color: rgb(115,148,125); }
div.DivClassName
{
background-color: #73947D;
}
.BgClassName
{
background-color: #73947D;
}
</style>
border-color css
<style>
span { border-color: #73947D; }
span { border-color: rgb(115,148,125); }
td.TdClassName
{
border-color: #73947D;
}
.TagClassName
{
border-color: #73947D;
}
</style>