Shades of Oxley #71977A
Tints of Oxley #71977A
RGB
CMYK
RGB Variations
Color information
#71977A (or 0x71977A) is known color: Oxley. HEX triplet: 71, 97 and 7A. RGB value is (113,151,122). Sum of RGB (Red+Green+Blue) = 113+151+122=386 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.27% from 386); Green value is 151 (59.38% from 255 or 39.12% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 151 - color contains mainly: green. Hex color #71977A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71977A is #8E6885. Grayscale: #888888. Windows color (decimal): -9332870 or 8034161. OLE color: 8034161.
HSL color Cylindrical-coordinate representation of color #71977A: hue angle of 134.21º 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 #71977A is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 113 | 151 | 122 | - |
| CMYK | 0.25 | 0 | 0.19 | 0.41 |
| HSL | 134.21º | 0.15% | 0.52% | - |
| HSV(B) | 134.21º | 0.25% | 0.59% | - |
| XYZ | 21.39 | 27.05 | 22.51 | - |
| YUV | 136.33 | 119.91 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 151 | 122 | 0.25 | 0 | 0.19 | 0.41 | 134.21 | 0.15 | 0.52 |
| Hex | 71 | 97 | 7A | 19 | 0 | 13 | 29 | 86 | F | 34 |
| Octal | 161 | 227 | 172 | 31 | 0 | 23 | 51 | 206 | 17 | 64 |
| Binary | 1110001 | 10010111 | 1111010 | 11001 | 0 | 10011 | 101001 | 10000110 | 1111 | 110100 |
Color Harmonies of #71977A
Complementary color
Monochromatic Colors of #71977A
Black with #71977A
Text Example
Text Example
White with #71977A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71977A; }
p { color: rgb(113,151,122); }
H1.HeaderClassName
{
color: #71977A;
}
.AnyTagClassName
{
color: #71977A;
}
</style>
background-color css
<style>
a { background-color: #71977A; }
a { background-color: rgb(113,151,122); }
div.DivClassName
{
background-color: #71977A;
}
.BgClassName
{
background-color: #71977A;
}
</style>
border-color css
<style>
span { border-color: #71977A; }
span { border-color: rgb(113,151,122); }
td.TdClassName
{
border-color: #71977A;
}
.TagClassName
{
border-color: #71977A;
}
</style>