Shades of Oxley #5C966F
Tints of Oxley #5C966F
RGB
CMYK
RGB Variations
Color information
#5C966F (or 0x5C966F) is known color: Oxley. HEX triplet: 5C, 96 and 6F. RGB value is (92,150,111). Sum of RGB (Red+Green+Blue) = 92+150+111=353 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.06% from 353); Green value is 150 (58.98% from 255 or 42.49% from 353); Blue value is 111 (43.75% from 255 or 31.44% from 353); Max value from RGB is 150 - color contains mainly: green. Hex color #5C966F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C966F is #A36990. Grayscale: #808080. Windows color (decimal): -10709393 or 7312988. OLE color: 7312988.
HSL color Cylindrical-coordinate representation of color #5C966F: hue angle of 139.66º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5C966F is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 92 | 150 | 111 | - |
| CMYK | 0.39 | 0 | 0.26 | 0.41 |
| HSL | 139.66º | 0.24% | 0.47% | - |
| HSV(B) | 139.66º | 0.39% | 0.59% | - |
| XYZ | 18.19 | 25.24 | 18.95 | - |
| YUV | 128.21 | 118.28 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 150 | 111 | 0.39 | 0 | 0.26 | 0.41 | 139.66 | 0.24 | 0.47 |
| Hex | 5C | 96 | 6F | 27 | 0 | 1A | 29 | 8C | 18 | 2F |
| Octal | 134 | 226 | 157 | 47 | 0 | 32 | 51 | 214 | 30 | 57 |
| Binary | 1011100 | 10010110 | 1101111 | 100111 | 0 | 11010 | 101001 | 10001100 | 11000 | 101111 |
Color Harmonies of #5C966F
Complementary color
Monochromatic Colors of #5C966F
Black with #5C966F
Text Example
Text Example
White with #5C966F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C966F; }
p { color: rgb(92,150,111); }
H1.HeaderClassName
{
color: #5C966F;
}
.AnyTagClassName
{
color: #5C966F;
}
</style>
background-color css
<style>
a { background-color: #5C966F; }
a { background-color: rgb(92,150,111); }
div.DivClassName
{
background-color: #5C966F;
}
.BgClassName
{
background-color: #5C966F;
}
</style>
border-color css
<style>
span { border-color: #5C966F; }
span { border-color: rgb(92,150,111); }
td.TdClassName
{
border-color: #5C966F;
}
.TagClassName
{
border-color: #5C966F;
}
</style>