Shades of Oxley #72997A
Tints of Oxley #72997A
RGB
CMYK
RGB Variations
Color information
#72997A (or 0x72997A) is known color: Oxley. HEX triplet: 72, 99 and 7A. RGB value is (114,153,122). Sum of RGB (Red+Green+Blue) = 114+153+122=389 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.31% from 389); Green value is 153 (60.16% from 255 or 39.33% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 153 - color contains mainly: green. Hex color #72997A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72997A is #8D6685. Grayscale: #898989. Windows color (decimal): -9266822 or 8034674. OLE color: 8034674.
HSL color Cylindrical-coordinate representation of color #72997A: hue angle of 132.31º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #72997A is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 114 | 153 | 122 | - |
| CMYK | 0.25 | 0 | 0.20 | 0.4 |
| HSL | 132.31º | 0.16% | 0.52% | - |
| HSV(B) | 132.31º | 0.25% | 0.6% | - |
| XYZ | 21.84 | 27.77 | 22.62 | - |
| YUV | 137.81 | 119.08 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 153 | 122 | 0.25 | 0 | 0.20 | 0.4 | 132.31 | 0.16 | 0.52 |
| Hex | 72 | 99 | 7A | 19 | 0 | 14 | 28 | 84 | 10 | 34 |
| Octal | 162 | 231 | 172 | 31 | 0 | 24 | 50 | 204 | 20 | 64 |
| Binary | 1110010 | 10011001 | 1111010 | 11001 | 0 | 10100 | 101000 | 10000100 | 10000 | 110100 |
Color Harmonies of #72997A
Complementary color
Monochromatic Colors of #72997A
Black with #72997A
Text Example
Text Example
White with #72997A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72997A; }
p { color: rgb(114,153,122); }
H1.HeaderClassName
{
color: #72997A;
}
.AnyTagClassName
{
color: #72997A;
}
</style>
background-color css
<style>
a { background-color: #72997A; }
a { background-color: rgb(114,153,122); }
div.DivClassName
{
background-color: #72997A;
}
.BgClassName
{
background-color: #72997A;
}
</style>
border-color css
<style>
span { border-color: #72997A; }
span { border-color: rgb(114,153,122); }
td.TdClassName
{
border-color: #72997A;
}
.TagClassName
{
border-color: #72997A;
}
</style>