Shades of Oxley #72967C
Tints of Oxley #72967C
RGB
CMYK
RGB Variations
Color information
#72967C (or 0x72967C) is known color: Oxley. HEX triplet: 72, 96 and 7C. RGB value is (114,150,124). Sum of RGB (Red+Green+Blue) = 114+150+124=388 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.38% from 388); Green value is 150 (58.98% from 255 or 38.66% from 388); Blue value is 124 (48.83% from 255 or 31.96% from 388); Max value from RGB is 150 - color contains mainly: green. Hex color #72967C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72967C is #8D6983. Grayscale: #888888. Windows color (decimal): -9267588 or 8164978. OLE color: 8164978.
HSL color Cylindrical-coordinate representation of color #72967C: hue angle of 136.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 #72967C is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 114 | 150 | 124 | - |
| CMYK | 0.24 | 0 | 0.17 | 0.41 |
| HSL | 136.67º | 0.15% | 0.52% | - |
| HSV(B) | 136.67º | 0.24% | 0.59% | - |
| XYZ | 21.48 | 26.85 | 23.12 | - |
| YUV | 136.27 | 121.07 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 150 | 124 | 0.24 | 0 | 0.17 | 0.41 | 136.67 | 0.15 | 0.52 |
| Hex | 72 | 96 | 7C | 18 | 0 | 11 | 29 | 89 | F | 34 |
| Octal | 162 | 226 | 174 | 30 | 0 | 21 | 51 | 211 | 17 | 64 |
| Binary | 1110010 | 10010110 | 1111100 | 11000 | 0 | 10001 | 101001 | 10001001 | 1111 | 110100 |
Color Harmonies of #72967C
Complementary color
Monochromatic Colors of #72967C
Black with #72967C
Text Example
Text Example
White with #72967C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72967C; }
p { color: rgb(114,150,124); }
H1.HeaderClassName
{
color: #72967C;
}
.AnyTagClassName
{
color: #72967C;
}
</style>
background-color css
<style>
a { background-color: #72967C; }
a { background-color: rgb(114,150,124); }
div.DivClassName
{
background-color: #72967C;
}
.BgClassName
{
background-color: #72967C;
}
</style>
border-color css
<style>
span { border-color: #72967C; }
span { border-color: rgb(114,150,124); }
td.TdClassName
{
border-color: #72967C;
}
.TagClassName
{
border-color: #72967C;
}
</style>