Shades of Oxley #72997B
Tints of Oxley #72997B
RGB
CMYK
RGB Variations
Color information
#72997B (or 0x72997B) is known color: Oxley. HEX triplet: 72, 99 and 7B. RGB value is (114,153,123). Sum of RGB (Red+Green+Blue) = 114+153+123=390 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.23% from 390); Green value is 153 (60.16% from 255 or 39.23% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 153 - color contains mainly: green. Hex color #72997B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72997B is #8D6684. Grayscale: #8A8A8A. Windows color (decimal): -9266821 or 8100210. OLE color: 8100210.
HSL color Cylindrical-coordinate representation of color #72997B: hue angle of 133.85º 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 #72997B is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 114 | 153 | 123 | - |
| CMYK | 0.25 | 0 | 0.20 | 0.4 |
| HSL | 133.85º | 0.16% | 0.52% | - |
| HSV(B) | 133.85º | 0.25% | 0.6% | - |
| XYZ | 21.91 | 27.79 | 22.95 | - |
| YUV | 137.92 | 119.58 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 153 | 123 | 0.25 | 0 | 0.20 | 0.4 | 133.85 | 0.16 | 0.52 |
| Hex | 72 | 99 | 7B | 19 | 0 | 14 | 28 | 86 | 10 | 34 |
| Octal | 162 | 231 | 173 | 31 | 0 | 24 | 50 | 206 | 20 | 64 |
| Binary | 1110010 | 10011001 | 1111011 | 11001 | 0 | 10100 | 101000 | 10000110 | 10000 | 110100 |
Color Harmonies of #72997B
Complementary color
Monochromatic Colors of #72997B
Black with #72997B
Text Example
Text Example
White with #72997B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72997B; }
p { color: rgb(114,153,123); }
H1.HeaderClassName
{
color: #72997B;
}
.AnyTagClassName
{
color: #72997B;
}
</style>
background-color css
<style>
a { background-color: #72997B; }
a { background-color: rgb(114,153,123); }
div.DivClassName
{
background-color: #72997B;
}
.BgClassName
{
background-color: #72997B;
}
</style>
border-color css
<style>
span { border-color: #72997B; }
span { border-color: rgb(114,153,123); }
td.TdClassName
{
border-color: #72997B;
}
.TagClassName
{
border-color: #72997B;
}
</style>