Shades of Oxley #59926E
Tints of Oxley #59926E
RGB
CMYK
RGB Variations
Color information
#59926E (or 0x59926E) is known color: Oxley. HEX triplet: 59, 92 and 6E. RGB value is (89,146,110). Sum of RGB (Red+Green+Blue) = 89+146+110=345 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.80% from 345); Green value is 146 (57.42% from 255 or 42.32% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 146 - color contains mainly: green. Hex color #59926E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59926E is #A66D91. Grayscale: #7C7C7C. Windows color (decimal): -10907026 or 7246425. OLE color: 7246425.
HSL color Cylindrical-coordinate representation of color #59926E: hue angle of 142.11º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #59926E is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 89 | 146 | 110 | - |
| CMYK | 0.39 | 0 | 0.25 | 0.43 |
| HSL | 142.11º | 0.24% | 0.46% | - |
| HSV(B) | 142.11º | 0.39% | 0.57% | - |
| XYZ | 17.21 | 23.81 | 18.44 | - |
| YUV | 124.85 | 119.62 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 146 | 110 | 0.39 | 0 | 0.25 | 0.43 | 142.11 | 0.24 | 0.46 |
| Hex | 59 | 92 | 6E | 27 | 0 | 19 | 2B | 8E | 18 | 2E |
| Octal | 131 | 222 | 156 | 47 | 0 | 31 | 53 | 216 | 30 | 56 |
| Binary | 1011001 | 10010010 | 1101110 | 100111 | 0 | 11001 | 101011 | 10001110 | 11000 | 101110 |
Color Harmonies of #59926E
Complementary color
Monochromatic Colors of #59926E
Black with #59926E
Text Example
Text Example
White with #59926E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59926E; }
p { color: rgb(89,146,110); }
H1.HeaderClassName
{
color: #59926E;
}
.AnyTagClassName
{
color: #59926E;
}
</style>
background-color css
<style>
a { background-color: #59926E; }
a { background-color: rgb(89,146,110); }
div.DivClassName
{
background-color: #59926E;
}
.BgClassName
{
background-color: #59926E;
}
</style>
border-color css
<style>
span { border-color: #59926E; }
span { border-color: rgb(89,146,110); }
td.TdClassName
{
border-color: #59926E;
}
.TagClassName
{
border-color: #59926E;
}
</style>