Shades of Oxley #729682
Tints of Oxley #729682
RGB
CMYK
RGB Variations
Color information
#729682 (or 0x729682) is known color: Oxley. HEX triplet: 72, 96 and 82. RGB value is (114,150,130). Sum of RGB (Red+Green+Blue) = 114+150+130=394 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.93% from 394); Green value is 150 (58.98% from 255 or 38.07% from 394); Blue value is 130 (51.17% from 255 or 32.99% from 394); Max value from RGB is 150 - color contains mainly: green. Hex color #729682 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729682 is #8D697D. Grayscale: #898989. Windows color (decimal): -9267582 or 8558194. OLE color: 8558194.
HSL color Cylindrical-coordinate representation of color #729682: hue angle of 146.67º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #729682 is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 114 | 150 | 130 | - |
| CMYK | 0.24 | 0 | 0.13 | 0.41 |
| HSL | 146.67º | 0.15% | 0.52% | - |
| HSV(B) | 146.67º | 0.24% | 0.59% | - |
| XYZ | 21.88 | 27 | 25.18 | - |
| YUV | 136.96 | 124.07 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 150 | 130 | 0.24 | 0 | 0.13 | 0.41 | 146.67 | 0.15 | 0.52 |
| Hex | 72 | 96 | 82 | 18 | 0 | D | 29 | 93 | F | 34 |
| Octal | 162 | 226 | 202 | 30 | 0 | 15 | 51 | 223 | 17 | 64 |
| Binary | 1110010 | 10010110 | 10000010 | 11000 | 0 | 1101 | 101001 | 10010011 | 1111 | 110100 |
Color Harmonies of #729682
Complementary color
Monochromatic Colors of #729682
Black with #729682
Text Example
Text Example
White with #729682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729682; }
p { color: rgb(114,150,130); }
H1.HeaderClassName
{
color: #729682;
}
.AnyTagClassName
{
color: #729682;
}
</style>
background-color css
<style>
a { background-color: #729682; }
a { background-color: rgb(114,150,130); }
div.DivClassName
{
background-color: #729682;
}
.BgClassName
{
background-color: #729682;
}
</style>
border-color css
<style>
span { border-color: #729682; }
span { border-color: rgb(114,150,130); }
td.TdClassName
{
border-color: #729682;
}
.TagClassName
{
border-color: #729682;
}
</style>