Shades of Oxley #5C916E
Tints of Oxley #5C916E
RGB
CMYK
RGB Variations
Color information
#5C916E (or 0x5C916E) is known color: Oxley. HEX triplet: 5C, 91 and 6E. RGB value is (92,145,110). Sum of RGB (Red+Green+Blue) = 92+145+110=347 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.51% from 347); Green value is 145 (57.03% from 255 or 41.79% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 145 - color contains mainly: green. Hex color #5C916E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C916E is #A36E91. Grayscale: #7D7D7D. Windows color (decimal): -10710674 or 7246172. OLE color: 7246172.
HSL color Cylindrical-coordinate representation of color #5C916E: hue angle of 140.38º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5C916E is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 92 | 145 | 110 | - |
| CMYK | 0.37 | 0 | 0.24 | 0.43 |
| HSL | 140.38º | 0.22% | 0.46% | - |
| HSV(B) | 140.38º | 0.37% | 0.57% | - |
| XYZ | 17.35 | 23.65 | 18.4 | - |
| YUV | 125.16 | 119.44 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 145 | 110 | 0.37 | 0 | 0.24 | 0.43 | 140.38 | 0.22 | 0.46 |
| Hex | 5C | 91 | 6E | 25 | 0 | 18 | 2B | 8C | 16 | 2E |
| Octal | 134 | 221 | 156 | 45 | 0 | 30 | 53 | 214 | 26 | 56 |
| Binary | 1011100 | 10010001 | 1101110 | 100101 | 0 | 11000 | 101011 | 10001100 | 10110 | 101110 |
Color Harmonies of #5C916E
Complementary color
Monochromatic Colors of #5C916E
Black with #5C916E
Text Example
Text Example
White with #5C916E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C916E; }
p { color: rgb(92,145,110); }
H1.HeaderClassName
{
color: #5C916E;
}
.AnyTagClassName
{
color: #5C916E;
}
</style>
background-color css
<style>
a { background-color: #5C916E; }
a { background-color: rgb(92,145,110); }
div.DivClassName
{
background-color: #5C916E;
}
.BgClassName
{
background-color: #5C916E;
}
</style>
border-color css
<style>
span { border-color: #5C916E; }
span { border-color: rgb(92,145,110); }
td.TdClassName
{
border-color: #5C916E;
}
.TagClassName
{
border-color: #5C916E;
}
</style>