Shades of Oxley #72977A
Tints of Oxley #72977A
RGB
CMYK
RGB Variations
Color information
#72977A (or 0x72977A) is known color: Oxley. HEX triplet: 72, 97 and 7A. RGB value is (114,151,122). Sum of RGB (Red+Green+Blue) = 114+151+122=387 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.46% from 387); Green value is 151 (59.38% from 255 or 39.02% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 151 - color contains mainly: green. Hex color #72977A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72977A is #8D6885. Grayscale: #888888. Windows color (decimal): -9267334 or 8034162. OLE color: 8034162.
HSL color Cylindrical-coordinate representation of color #72977A: hue angle of 132.97º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #72977A is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 114 | 151 | 122 | - |
| CMYK | 0.25 | 0 | 0.19 | 0.41 |
| HSL | 132.97º | 0.15% | 0.52% | - |
| HSV(B) | 132.97º | 0.25% | 0.59% | - |
| XYZ | 21.52 | 27.12 | 22.51 | - |
| YUV | 136.63 | 119.74 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 151 | 122 | 0.25 | 0 | 0.19 | 0.41 | 132.97 | 0.15 | 0.52 |
| Hex | 72 | 97 | 7A | 19 | 0 | 13 | 29 | 85 | F | 34 |
| Octal | 162 | 227 | 172 | 31 | 0 | 23 | 51 | 205 | 17 | 64 |
| Binary | 1110010 | 10010111 | 1111010 | 11001 | 0 | 10011 | 101001 | 10000101 | 1111 | 110100 |
Color Harmonies of #72977A
Complementary color
Monochromatic Colors of #72977A
Black with #72977A
Text Example
Text Example
White with #72977A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72977A; }
p { color: rgb(114,151,122); }
H1.HeaderClassName
{
color: #72977A;
}
.AnyTagClassName
{
color: #72977A;
}
</style>
background-color css
<style>
a { background-color: #72977A; }
a { background-color: rgb(114,151,122); }
div.DivClassName
{
background-color: #72977A;
}
.BgClassName
{
background-color: #72977A;
}
</style>
border-color css
<style>
span { border-color: #72977A; }
span { border-color: rgb(114,151,122); }
td.TdClassName
{
border-color: #72977A;
}
.TagClassName
{
border-color: #72977A;
}
</style>