Shades of Oxley #71997C
Tints of Oxley #71997C
RGB
CMYK
RGB Variations
Color information
#71997C (or 0x71997C) is known color: Oxley. HEX triplet: 71, 99 and 7C. RGB value is (113,153,124). Sum of RGB (Red+Green+Blue) = 113+153+124=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 153 (60.16% from 255 or 39.23% from 390); Blue value is 124 (48.83% from 255 or 31.79% from 390); Max value from RGB is 153 - color contains mainly: green. Hex color #71997C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71997C is #8E6683. Grayscale: #898989. Windows color (decimal): -9332356 or 8165745. OLE color: 8165745.
HSL color Cylindrical-coordinate representation of color #71997C: hue angle of 136.5º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #71997C is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 113 | 153 | 124 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.4 |
| HSL | 136.5º | 0.16% | 0.52% | - |
| HSV(B) | 136.5º | 0.26% | 0.6% | - |
| XYZ | 21.84 | 27.75 | 23.27 | - |
| YUV | 137.73 | 120.25 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 153 | 124 | 0.26 | 0 | 0.19 | 0.4 | 136.5 | 0.16 | 0.52 |
| Hex | 71 | 99 | 7C | 1A | 0 | 13 | 28 | 88 | 10 | 34 |
| Octal | 161 | 231 | 174 | 32 | 0 | 23 | 50 | 210 | 20 | 64 |
| Binary | 1110001 | 10011001 | 1111100 | 11010 | 0 | 10011 | 101000 | 10001000 | 10000 | 110100 |
Color Harmonies of #71997C
Complementary color
Monochromatic Colors of #71997C
Black with #71997C
Text Example
Text Example
White with #71997C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71997C; }
p { color: rgb(113,153,124); }
H1.HeaderClassName
{
color: #71997C;
}
.AnyTagClassName
{
color: #71997C;
}
</style>
background-color css
<style>
a { background-color: #71997C; }
a { background-color: rgb(113,153,124); }
div.DivClassName
{
background-color: #71997C;
}
.BgClassName
{
background-color: #71997C;
}
</style>
border-color css
<style>
span { border-color: #71997C; }
span { border-color: rgb(113,153,124); }
td.TdClassName
{
border-color: #71997C;
}
.TagClassName
{
border-color: #71997C;
}
</style>