Shades of Oxley #5C996E
Tints of Oxley #5C996E
RGB
CMYK
RGB Variations
Color information
#5C996E (or 0x5C996E) is known color: Oxley. HEX triplet: 5C, 99 and 6E. RGB value is (92,153,110). Sum of RGB (Red+Green+Blue) = 92+153+110=355 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.92% from 355); Green value is 153 (60.16% from 255 or 43.10% from 355); Blue value is 110 (43.36% from 255 or 30.99% from 355); Max value from RGB is 153 - color contains mainly: green. Hex color #5C996E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C996E is #A36691. Grayscale: #818181. Windows color (decimal): -10708626 or 7248220. OLE color: 7248220.
HSL color Cylindrical-coordinate representation of color #5C996E: hue angle of 137.7º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5C996E is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 92 | 153 | 110 | - |
| CMYK | 0.40 | 0 | 0.28 | 0.4 |
| HSL | 137.7º | 0.25% | 0.48% | - |
| HSV(B) | 137.7º | 0.4% | 0.6% | - |
| XYZ | 18.62 | 26.18 | 18.82 | - |
| YUV | 129.86 | 116.79 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 153 | 110 | 0.40 | 0 | 0.28 | 0.4 | 137.7 | 0.25 | 0.48 |
| Hex | 5C | 99 | 6E | 28 | 0 | 1C | 28 | 8A | 19 | 30 |
| Octal | 134 | 231 | 156 | 50 | 0 | 34 | 50 | 212 | 31 | 60 |
| Binary | 1011100 | 10011001 | 1101110 | 101000 | 0 | 11100 | 101000 | 10001010 | 11001 | 110000 |
Color Harmonies of #5C996E
Complementary color
Monochromatic Colors of #5C996E
Black with #5C996E
Text Example
Text Example
White with #5C996E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C996E; }
p { color: rgb(92,153,110); }
H1.HeaderClassName
{
color: #5C996E;
}
.AnyTagClassName
{
color: #5C996E;
}
</style>
background-color css
<style>
a { background-color: #5C996E; }
a { background-color: rgb(92,153,110); }
div.DivClassName
{
background-color: #5C996E;
}
.BgClassName
{
background-color: #5C996E;
}
</style>
border-color css
<style>
span { border-color: #5C996E; }
span { border-color: rgb(92,153,110); }
td.TdClassName
{
border-color: #5C996E;
}
.TagClassName
{
border-color: #5C996E;
}
</style>