Shades of Oxley #71977D
Tints of Oxley #71977D
RGB
CMYK
RGB Variations
Color information
#71977D (or 0x71977D) is known color: Oxley. HEX triplet: 71, 97 and 7D. RGB value is (113,151,125). Sum of RGB (Red+Green+Blue) = 113+151+125=389 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.05% from 389); Green value is 151 (59.38% from 255 or 38.82% from 389); Blue value is 125 (49.22% from 255 or 32.13% from 389); Max value from RGB is 151 - color contains mainly: green. Hex color #71977D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71977D is #8E6882. Grayscale: #888888. Windows color (decimal): -9332867 or 8230769. OLE color: 8230769.
HSL color Cylindrical-coordinate representation of color #71977D: hue angle of 138.95º 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 #71977D is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 113 | 151 | 125 | - |
| CMYK | 0.25 | 0 | 0.17 | 0.41 |
| HSL | 138.95º | 0.15% | 0.52% | - |
| HSV(B) | 138.95º | 0.25% | 0.59% | - |
| XYZ | 21.58 | 27.12 | 23.5 | - |
| YUV | 136.67 | 121.41 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 151 | 125 | 0.25 | 0 | 0.17 | 0.41 | 138.95 | 0.15 | 0.52 |
| Hex | 71 | 97 | 7D | 19 | 0 | 11 | 29 | 8B | F | 34 |
| Octal | 161 | 227 | 175 | 31 | 0 | 21 | 51 | 213 | 17 | 64 |
| Binary | 1110001 | 10010111 | 1111101 | 11001 | 0 | 10001 | 101001 | 10001011 | 1111 | 110100 |
Color Harmonies of #71977D
Complementary color
Monochromatic Colors of #71977D
Black with #71977D
Text Example
Text Example
White with #71977D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71977D; }
p { color: rgb(113,151,125); }
H1.HeaderClassName
{
color: #71977D;
}
.AnyTagClassName
{
color: #71977D;
}
</style>
background-color css
<style>
a { background-color: #71977D; }
a { background-color: rgb(113,151,125); }
div.DivClassName
{
background-color: #71977D;
}
.BgClassName
{
background-color: #71977D;
}
</style>
border-color css
<style>
span { border-color: #71977D; }
span { border-color: rgb(113,151,125); }
td.TdClassName
{
border-color: #71977D;
}
.TagClassName
{
border-color: #71977D;
}
</style>