Shades of Oxley #709C74
Tints of Oxley #709C74
RGB
CMYK
RGB Variations
Color information
#709C74 (or 0x709C74) is known color: Oxley. HEX triplet: 70, 9C and 74. RGB value is (112,156,116). Sum of RGB (Red+Green+Blue) = 112+156+116=384 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.17% from 384); Green value is 156 (61.33% from 255 or 40.62% from 384); Blue value is 116 (45.70% from 255 or 30.21% from 384); Max value from RGB is 156 - color contains mainly: green. Hex color #709C74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709C74 is #8F638B. Grayscale: #8A8A8A. Windows color (decimal): -9397132 or 7642224. OLE color: 7642224.
HSL color Cylindrical-coordinate representation of color #709C74: hue angle of 125.45º 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 #709C74 is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 112 | 156 | 116 | - |
| CMYK | 0.28 | 0 | 0.26 | 0.39 |
| HSL | 125.45º | 0.18% | 0.53% | - |
| HSV(B) | 125.45º | 0.28% | 0.61% | - |
| XYZ | 21.72 | 28.48 | 20.88 | - |
| YUV | 138.28 | 115.42 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 156 | 116 | 0.28 | 0 | 0.26 | 0.39 | 125.45 | 0.18 | 0.53 |
| Hex | 70 | 9C | 74 | 1C | 0 | 1A | 27 | 7D | 12 | 35 |
| Octal | 160 | 234 | 164 | 34 | 0 | 32 | 47 | 175 | 22 | 65 |
| Binary | 1110000 | 10011100 | 1110100 | 11100 | 0 | 11010 | 100111 | 1111101 | 10010 | 110101 |
Color Harmonies of #709C74
Complementary color
Monochromatic Colors of #709C74
Black with #709C74
Text Example
Text Example
White with #709C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709C74; }
p { color: rgb(112,156,116); }
H1.HeaderClassName
{
color: #709C74;
}
.AnyTagClassName
{
color: #709C74;
}
</style>
background-color css
<style>
a { background-color: #709C74; }
a { background-color: rgb(112,156,116); }
div.DivClassName
{
background-color: #709C74;
}
.BgClassName
{
background-color: #709C74;
}
</style>
border-color css
<style>
span { border-color: #709C74; }
span { border-color: rgb(112,156,116); }
td.TdClassName
{
border-color: #709C74;
}
.TagClassName
{
border-color: #709C74;
}
</style>