Shades of Oxley #5C946C
Tints of Oxley #5C946C
RGB
CMYK
RGB Variations
Color information
#5C946C (or 0x5C946C) is known color: Oxley. HEX triplet: 5C, 94 and 6C. RGB value is (92,148,108). Sum of RGB (Red+Green+Blue) = 92+148+108=348 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.44% from 348); Green value is 148 (58.20% from 255 or 42.53% from 348); Blue value is 108 (42.58% from 255 or 31.03% from 348); Max value from RGB is 148 - color contains mainly: green. Hex color #5C946C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C946C is #A36B93. Grayscale: #7E7E7E. Windows color (decimal): -10709908 or 7115868. OLE color: 7115868.
HSL color Cylindrical-coordinate representation of color #5C946C: hue angle of 137.14º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5C946C is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 92 | 148 | 108 | - |
| CMYK | 0.38 | 0 | 0.27 | 0.42 |
| HSL | 137.14º | 0.23% | 0.47% | - |
| HSV(B) | 137.14º | 0.38% | 0.58% | - |
| XYZ | 17.71 | 24.54 | 17.99 | - |
| YUV | 126.7 | 117.45 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 148 | 108 | 0.38 | 0 | 0.27 | 0.42 | 137.14 | 0.23 | 0.47 |
| Hex | 5C | 94 | 6C | 26 | 0 | 1B | 2A | 89 | 17 | 2F |
| Octal | 134 | 224 | 154 | 46 | 0 | 33 | 52 | 211 | 27 | 57 |
| Binary | 1011100 | 10010100 | 1101100 | 100110 | 0 | 11011 | 101010 | 10001001 | 10111 | 101111 |
Color Harmonies of #5C946C
Complementary color
Monochromatic Colors of #5C946C
Black with #5C946C
Text Example
Text Example
White with #5C946C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C946C; }
p { color: rgb(92,148,108); }
H1.HeaderClassName
{
color: #5C946C;
}
.AnyTagClassName
{
color: #5C946C;
}
</style>
background-color css
<style>
a { background-color: #5C946C; }
a { background-color: rgb(92,148,108); }
div.DivClassName
{
background-color: #5C946C;
}
.BgClassName
{
background-color: #5C946C;
}
</style>
border-color css
<style>
span { border-color: #5C946C; }
span { border-color: rgb(92,148,108); }
td.TdClassName
{
border-color: #5C946C;
}
.TagClassName
{
border-color: #5C946C;
}
</style>