Shades of Oxley #71AA7B
Tints of Oxley #71AA7B
RGB
CMYK
RGB Variations
Color information
#71AA7B (or 0x71AA7B) is known color: Oxley. HEX triplet: 71, AA and 7B. RGB value is (113,170,123). Sum of RGB (Red+Green+Blue) = 113+170+123=406 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.83% from 406); Green value is 170 (66.80% from 255 or 41.87% from 406); Blue value is 123 (48.44% from 255 or 30.30% from 406); Max value from RGB is 170 - color contains mainly: green. Hex color #71AA7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71AA7B is #8E5584. Grayscale: #939393. Windows color (decimal): -9328005 or 8104561. OLE color: 8104561.
HSL color Cylindrical-coordinate representation of color #71AA7B: hue angle of 130.53º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #71AA7B is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 170 | 123 | - |
| CMYK | 0.34 | 0 | 0.28 | 0.33 |
| HSL | 130.53º | 0.25% | 0.55% | - |
| HSV(B) | 130.53º | 0.34% | 0.67% | - |
| XYZ | 24.76 | 33.69 | 23.94 | - |
| YUV | 147.6 | 114.12 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 170 | 123 | 0.34 | 0 | 0.28 | 0.33 | 130.53 | 0.25 | 0.55 |
| Hex | 71 | AA | 7B | 22 | 0 | 1C | 21 | 83 | 19 | 37 |
| Octal | 161 | 252 | 173 | 42 | 0 | 34 | 41 | 203 | 31 | 67 |
| Binary | 1110001 | 10101010 | 1111011 | 100010 | 0 | 11100 | 100001 | 10000011 | 11001 | 110111 |
Color Harmonies of #71AA7B
Complementary color
Monochromatic Colors of #71AA7B
Black with #71AA7B
Text Example
Text Example
White with #71AA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71AA7B; }
p { color: rgb(113,170,123); }
H1.HeaderClassName
{
color: #71AA7B;
}
.AnyTagClassName
{
color: #71AA7B;
}
</style>
background-color css
<style>
a { background-color: #71AA7B; }
a { background-color: rgb(113,170,123); }
div.DivClassName
{
background-color: #71AA7B;
}
.BgClassName
{
background-color: #71AA7B;
}
</style>
border-color css
<style>
span { border-color: #71AA7B; }
span { border-color: rgb(113,170,123); }
td.TdClassName
{
border-color: #71AA7B;
}
.TagClassName
{
border-color: #71AA7B;
}
</style>