Shades of Oxley #72917A
Tints of Oxley #72917A
RGB
CMYK
RGB Variations
Color information
#72917A (or 0x72917A) is known color: Oxley. HEX triplet: 72, 91 and 7A. RGB value is (114,145,122). Sum of RGB (Red+Green+Blue) = 114+145+122=381 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.92% from 381); Green value is 145 (57.03% from 255 or 38.06% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 145 - color contains mainly: green. Hex color #72917A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72917A is #8D6E85. Grayscale: #858585. Windows color (decimal): -9268870 or 8032626. OLE color: 8032626.
HSL color Cylindrical-coordinate representation of color #72917A: hue angle of 135.48º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #72917A is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 114 | 145 | 122 | - |
| CMYK | 0.21 | 0 | 0.16 | 0.43 |
| HSL | 135.48º | 0.12% | 0.51% | - |
| HSV(B) | 135.48º | 0.21% | 0.57% | - |
| XYZ | 20.58 | 25.23 | 22.2 | - |
| YUV | 133.11 | 121.73 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 145 | 122 | 0.21 | 0 | 0.16 | 0.43 | 135.48 | 0.12 | 0.51 |
| Hex | 72 | 91 | 7A | 15 | 0 | 10 | 2B | 87 | C | 33 |
| Octal | 162 | 221 | 172 | 25 | 0 | 20 | 53 | 207 | 14 | 63 |
| Binary | 1110010 | 10010001 | 1111010 | 10101 | 0 | 10000 | 101011 | 10000111 | 1100 | 110011 |
Color Harmonies of #72917A
Complementary color
Monochromatic Colors of #72917A
Black with #72917A
Text Example
Text Example
White with #72917A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72917A; }
p { color: rgb(114,145,122); }
H1.HeaderClassName
{
color: #72917A;
}
.AnyTagClassName
{
color: #72917A;
}
</style>
background-color css
<style>
a { background-color: #72917A; }
a { background-color: rgb(114,145,122); }
div.DivClassName
{
background-color: #72917A;
}
.BgClassName
{
background-color: #72917A;
}
</style>
border-color css
<style>
span { border-color: #72917A; }
span { border-color: rgb(114,145,122); }
td.TdClassName
{
border-color: #72917A;
}
.TagClassName
{
border-color: #72917A;
}
</style>