Shades of Oxley #72927A
Tints of Oxley #72927A
RGB
CMYK
RGB Variations
Color information
#72927A (or 0x72927A) is known color: Oxley. HEX triplet: 72, 92 and 7A. RGB value is (114,146,122). Sum of RGB (Red+Green+Blue) = 114+146+122=382 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.84% from 382); Green value is 146 (57.42% from 255 or 38.22% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 146 - color contains mainly: green. Hex color #72927A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72927A is #8D6D85. Grayscale: #858585. Windows color (decimal): -9268614 or 8032882. OLE color: 8032882.
HSL color Cylindrical-coordinate representation of color #72927A: hue angle of 135º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #72927A is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 114 | 146 | 122 | - |
| CMYK | 0.22 | 0 | 0.16 | 0.43 |
| HSL | 135º | 0.13% | 0.51% | - |
| HSV(B) | 135º | 0.22% | 0.57% | - |
| XYZ | 20.73 | 25.54 | 22.25 | - |
| YUV | 133.7 | 121.4 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 146 | 122 | 0.22 | 0 | 0.16 | 0.43 | 135 | 0.13 | 0.51 |
| Hex | 72 | 92 | 7A | 16 | 0 | 10 | 2B | 87 | D | 33 |
| Octal | 162 | 222 | 172 | 26 | 0 | 20 | 53 | 207 | 15 | 63 |
| Binary | 1110010 | 10010010 | 1111010 | 10110 | 0 | 10000 | 101011 | 10000111 | 1101 | 110011 |
Color Harmonies of #72927A
Complementary color
Monochromatic Colors of #72927A
Black with #72927A
Text Example
Text Example
White with #72927A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72927A; }
p { color: rgb(114,146,122); }
H1.HeaderClassName
{
color: #72927A;
}
.AnyTagClassName
{
color: #72927A;
}
</style>
background-color css
<style>
a { background-color: #72927A; }
a { background-color: rgb(114,146,122); }
div.DivClassName
{
background-color: #72927A;
}
.BgClassName
{
background-color: #72927A;
}
</style>
border-color css
<style>
span { border-color: #72927A; }
span { border-color: rgb(114,146,122); }
td.TdClassName
{
border-color: #72927A;
}
.TagClassName
{
border-color: #72927A;
}
</style>