Shades of Oxley #71997B
Tints of Oxley #71997B
RGB
CMYK
RGB Variations
Color information
#71997B (or 0x71997B) is known color: Oxley. HEX triplet: 71, 99 and 7B. RGB value is (113,153,123). Sum of RGB (Red+Green+Blue) = 113+153+123=389 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.05% from 389); Green value is 153 (60.16% from 255 or 39.33% from 389); Blue value is 123 (48.44% from 255 or 31.62% from 389); Max value from RGB is 153 - color contains mainly: green. Hex color #71997B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71997B is #8E6684. Grayscale: #898989. Windows color (decimal): -9332357 or 8100209. OLE color: 8100209.
HSL color Cylindrical-coordinate representation of color #71997B: hue angle of 135º 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 #71997B is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 113 | 153 | 123 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.4 |
| HSL | 135º | 0.16% | 0.52% | - |
| HSV(B) | 135º | 0.26% | 0.6% | - |
| XYZ | 21.78 | 27.72 | 22.94 | - |
| YUV | 137.62 | 119.75 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 153 | 123 | 0.26 | 0 | 0.20 | 0.4 | 135 | 0.16 | 0.52 |
| Hex | 71 | 99 | 7B | 1A | 0 | 14 | 28 | 87 | 10 | 34 |
| Octal | 161 | 231 | 173 | 32 | 0 | 24 | 50 | 207 | 20 | 64 |
| Binary | 1110001 | 10011001 | 1111011 | 11010 | 0 | 10100 | 101000 | 10000111 | 10000 | 110100 |
Color Harmonies of #71997B
Complementary color
Monochromatic Colors of #71997B
Black with #71997B
Text Example
Text Example
White with #71997B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71997B; }
p { color: rgb(113,153,123); }
H1.HeaderClassName
{
color: #71997B;
}
.AnyTagClassName
{
color: #71997B;
}
</style>
background-color css
<style>
a { background-color: #71997B; }
a { background-color: rgb(113,153,123); }
div.DivClassName
{
background-color: #71997B;
}
.BgClassName
{
background-color: #71997B;
}
</style>
border-color css
<style>
span { border-color: #71997B; }
span { border-color: rgb(113,153,123); }
td.TdClassName
{
border-color: #71997B;
}
.TagClassName
{
border-color: #71997B;
}
</style>