Shades of Oxley #72AA7A
Tints of Oxley #72AA7A
RGB
CMYK
RGB Variations
Color information
#72AA7A (or 0x72AA7A) is known color: Oxley. HEX triplet: 72, AA and 7A. RGB value is (114,170,122). Sum of RGB (Red+Green+Blue) = 114+170+122=406 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.08% from 406); Green value is 170 (66.80% from 255 or 41.87% from 406); Blue value is 122 (48.05% from 255 or 30.05% from 406); Max value from RGB is 170 - color contains mainly: green. Hex color #72AA7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72AA7A is #8D5585. Grayscale: #939393. Windows color (decimal): -9262470 or 8039026. OLE color: 8039026.
HSL color Cylindrical-coordinate representation of color #72AA7A: hue angle of 128.57º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #72AA7A is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 170 | 122 | - |
| CMYK | 0.33 | 0 | 0.28 | 0.33 |
| HSL | 128.57º | 0.25% | 0.56% | - |
| HSV(B) | 128.57º | 0.33% | 0.67% | - |
| XYZ | 24.83 | 33.73 | 23.61 | - |
| YUV | 147.78 | 113.45 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 170 | 122 | 0.33 | 0 | 0.28 | 0.33 | 128.57 | 0.25 | 0.56 |
| Hex | 72 | AA | 7A | 21 | 0 | 1C | 21 | 81 | 19 | 38 |
| Octal | 162 | 252 | 172 | 41 | 0 | 34 | 41 | 201 | 31 | 70 |
| Binary | 1110010 | 10101010 | 1111010 | 100001 | 0 | 11100 | 100001 | 10000001 | 11001 | 111000 |
Color Harmonies of #72AA7A
Complementary color
Monochromatic Colors of #72AA7A
Black with #72AA7A
Text Example
Text Example
White with #72AA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72AA7A; }
p { color: rgb(114,170,122); }
H1.HeaderClassName
{
color: #72AA7A;
}
.AnyTagClassName
{
color: #72AA7A;
}
</style>
background-color css
<style>
a { background-color: #72AA7A; }
a { background-color: rgb(114,170,122); }
div.DivClassName
{
background-color: #72AA7A;
}
.BgClassName
{
background-color: #72AA7A;
}
</style>
border-color css
<style>
span { border-color: #72AA7A; }
span { border-color: rgb(114,170,122); }
td.TdClassName
{
border-color: #72AA7A;
}
.TagClassName
{
border-color: #72AA7A;
}
</style>