Shades of Oxley #73947A
Tints of Oxley #73947A
RGB
CMYK
RGB Variations
Color information
#73947A (or 0x73947A) is known color: Oxley. HEX triplet: 73, 94 and 7A. RGB value is (115,148,122). Sum of RGB (Red+Green+Blue) = 115+148+122=385 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.87% from 385); Green value is 148 (58.20% from 255 or 38.44% from 385); Blue value is 122 (48.05% from 255 or 31.69% from 385); Max value from RGB is 148 - color contains mainly: green. Hex color #73947A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73947A is #8C6B85. Grayscale: #878787. Windows color (decimal): -9202566 or 8033395. OLE color: 8033395.
HSL color Cylindrical-coordinate representation of color #73947A: hue angle of 132.73º 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 #73947A is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 115 | 148 | 122 | - |
| CMYK | 0.22 | 0 | 0.18 | 0.42 |
| HSL | 132.73º | 0.13% | 0.52% | - |
| HSV(B) | 132.73º | 0.22% | 0.58% | - |
| XYZ | 21.17 | 26.23 | 22.36 | - |
| YUV | 135.17 | 120.57 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 148 | 122 | 0.22 | 0 | 0.18 | 0.42 | 132.73 | 0.13 | 0.52 |
| Hex | 73 | 94 | 7A | 16 | 0 | 12 | 2A | 85 | D | 34 |
| Octal | 163 | 224 | 172 | 26 | 0 | 22 | 52 | 205 | 15 | 64 |
| Binary | 1110011 | 10010100 | 1111010 | 10110 | 0 | 10010 | 101010 | 10000101 | 1101 | 110100 |
Color Harmonies of #73947A
Complementary color
Monochromatic Colors of #73947A
Black with #73947A
Text Example
Text Example
White with #73947A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73947A; }
p { color: rgb(115,148,122); }
H1.HeaderClassName
{
color: #73947A;
}
.AnyTagClassName
{
color: #73947A;
}
</style>
background-color css
<style>
a { background-color: #73947A; }
a { background-color: rgb(115,148,122); }
div.DivClassName
{
background-color: #73947A;
}
.BgClassName
{
background-color: #73947A;
}
</style>
border-color css
<style>
span { border-color: #73947A; }
span { border-color: rgb(115,148,122); }
td.TdClassName
{
border-color: #73947A;
}
.TagClassName
{
border-color: #73947A;
}
</style>