Shades of Oxley #719C7D
Tints of Oxley #719C7D
RGB
CMYK
RGB Variations
Color information
#719C7D (or 0x719C7D) is known color: Oxley. HEX triplet: 71, 9C and 7D. RGB value is (113,156,125). Sum of RGB (Red+Green+Blue) = 113+156+125=394 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.68% from 394); Green value is 156 (61.33% from 255 or 39.59% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 156 - color contains mainly: green. Hex color #719C7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719C7D is #8E6382. Grayscale: #8B8B8B. Windows color (decimal): -9331587 or 8232049. OLE color: 8232049.
HSL color Cylindrical-coordinate representation of color #719C7D: hue angle of 136.74º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #719C7D is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 156 | 125 | - |
| CMYK | 0.28 | 0 | 0.20 | 0.39 |
| HSL | 136.74º | 0.18% | 0.53% | - |
| HSV(B) | 136.74º | 0.28% | 0.61% | - |
| XYZ | 22.4 | 28.77 | 23.77 | - |
| YUV | 139.61 | 119.75 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 156 | 125 | 0.28 | 0 | 0.20 | 0.39 | 136.74 | 0.18 | 0.53 |
| Hex | 71 | 9C | 7D | 1C | 0 | 14 | 27 | 89 | 12 | 35 |
| Octal | 161 | 234 | 175 | 34 | 0 | 24 | 47 | 211 | 22 | 65 |
| Binary | 1110001 | 10011100 | 1111101 | 11100 | 0 | 10100 | 100111 | 10001001 | 10010 | 110101 |
Color Harmonies of #719C7D
Complementary color
Monochromatic Colors of #719C7D
Black with #719C7D
Text Example
Text Example
White with #719C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719C7D; }
p { color: rgb(113,156,125); }
H1.HeaderClassName
{
color: #719C7D;
}
.AnyTagClassName
{
color: #719C7D;
}
</style>
background-color css
<style>
a { background-color: #719C7D; }
a { background-color: rgb(113,156,125); }
div.DivClassName
{
background-color: #719C7D;
}
.BgClassName
{
background-color: #719C7D;
}
</style>
border-color css
<style>
span { border-color: #719C7D; }
span { border-color: rgb(113,156,125); }
td.TdClassName
{
border-color: #719C7D;
}
.TagClassName
{
border-color: #719C7D;
}
</style>