Shades of Oxley #59926A
Tints of Oxley #59926A
RGB
CMYK
RGB Variations
Color information
#59926A (or 0x59926A) is known color: Oxley. HEX triplet: 59, 92 and 6A. RGB value is (89,146,106). Sum of RGB (Red+Green+Blue) = 89+146+106=341 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.10% from 341); Green value is 146 (57.42% from 255 or 42.82% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 146 - color contains mainly: green. Hex color #59926A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59926A is #A66D95. Grayscale: #7C7C7C. Windows color (decimal): -10907030 or 6984281. OLE color: 6984281.
HSL color Cylindrical-coordinate representation of color #59926A: hue angle of 137.89º 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 #59926A is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 89 | 146 | 106 | - |
| CMYK | 0.39 | 0 | 0.27 | 0.43 |
| HSL | 137.89º | 0.24% | 0.46% | - |
| HSV(B) | 137.89º | 0.39% | 0.57% | - |
| XYZ | 17 | 23.72 | 17.32 | - |
| YUV | 124.4 | 117.62 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 146 | 106 | 0.39 | 0 | 0.27 | 0.43 | 137.89 | 0.24 | 0.46 |
| Hex | 59 | 92 | 6A | 27 | 0 | 1B | 2B | 8A | 18 | 2E |
| Octal | 131 | 222 | 152 | 47 | 0 | 33 | 53 | 212 | 30 | 56 |
| Binary | 1011001 | 10010010 | 1101010 | 100111 | 0 | 11011 | 101011 | 10001010 | 11000 | 101110 |
Color Harmonies of #59926A
Complementary color
Monochromatic Colors of #59926A
Black with #59926A
Text Example
Text Example
White with #59926A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59926A; }
p { color: rgb(89,146,106); }
H1.HeaderClassName
{
color: #59926A;
}
.AnyTagClassName
{
color: #59926A;
}
</style>
background-color css
<style>
a { background-color: #59926A; }
a { background-color: rgb(89,146,106); }
div.DivClassName
{
background-color: #59926A;
}
.BgClassName
{
background-color: #59926A;
}
</style>
border-color css
<style>
span { border-color: #59926A; }
span { border-color: rgb(89,146,106); }
td.TdClassName
{
border-color: #59926A;
}
.TagClassName
{
border-color: #59926A;
}
</style>