Shades of Oxley #5C996F
Tints of Oxley #5C996F
RGB
CMYK
RGB Variations
Color information
#5C996F (or 0x5C996F) is known color: Oxley. HEX triplet: 5C, 99 and 6F. RGB value is (92,153,111). Sum of RGB (Red+Green+Blue) = 92+153+111=356 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.84% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 111 (43.75% from 255 or 31.18% from 356); Max value from RGB is 153 - color contains mainly: green. Hex color #5C996F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C996F is #A36690. Grayscale: #828282. Windows color (decimal): -10708625 or 7313756. OLE color: 7313756.
HSL color Cylindrical-coordinate representation of color #5C996F: hue angle of 138.69º 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 #5C996F is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 92 | 153 | 111 | - |
| CMYK | 0.40 | 0 | 0.27 | 0.4 |
| HSL | 138.69º | 0.25% | 0.48% | - |
| HSV(B) | 138.69º | 0.4% | 0.6% | - |
| XYZ | 18.67 | 26.21 | 19.11 | - |
| YUV | 129.97 | 117.29 | 100.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 153 | 111 | 0.40 | 0 | 0.27 | 0.4 | 138.69 | 0.25 | 0.48 |
| Hex | 5C | 99 | 6F | 28 | 0 | 1B | 28 | 8B | 19 | 30 |
| Octal | 134 | 231 | 157 | 50 | 0 | 33 | 50 | 213 | 31 | 60 |
| Binary | 1011100 | 10011001 | 1101111 | 101000 | 0 | 11011 | 101000 | 10001011 | 11001 | 110000 |
Color Harmonies of #5C996F
Complementary color
Monochromatic Colors of #5C996F
Black with #5C996F
Text Example
Text Example
White with #5C996F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C996F; }
p { color: rgb(92,153,111); }
H1.HeaderClassName
{
color: #5C996F;
}
.AnyTagClassName
{
color: #5C996F;
}
</style>
background-color css
<style>
a { background-color: #5C996F; }
a { background-color: rgb(92,153,111); }
div.DivClassName
{
background-color: #5C996F;
}
.BgClassName
{
background-color: #5C996F;
}
</style>
border-color css
<style>
span { border-color: #5C996F; }
span { border-color: rgb(92,153,111); }
td.TdClassName
{
border-color: #5C996F;
}
.TagClassName
{
border-color: #5C996F;
}
</style>