Shades of Oxley #5C936A
Tints of Oxley #5C936A
RGB
CMYK
RGB Variations
Color information
#5C936A (or 0x5C936A) is known color: Oxley. HEX triplet: 5C, 93 and 6A. RGB value is (92,147,106). Sum of RGB (Red+Green+Blue) = 92+147+106=345 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.67% from 345); Green value is 147 (57.81% from 255 or 42.61% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 147 - color contains mainly: green. Hex color #5C936A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C936A is #A36C95. Grayscale: #7D7D7D. Windows color (decimal): -10710166 or 6984540. OLE color: 6984540.
HSL color Cylindrical-coordinate representation of color #5C936A: hue angle of 135.27º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5C936A is Cyan = 0.37, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 92 | 147 | 106 | - |
| CMYK | 0.37 | 0 | 0.28 | 0.42 |
| HSL | 135.27º | 0.23% | 0.47% | - |
| HSV(B) | 135.27º | 0.37% | 0.58% | - |
| XYZ | 17.45 | 24.18 | 17.38 | - |
| YUV | 125.88 | 116.78 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 147 | 106 | 0.37 | 0 | 0.28 | 0.42 | 135.27 | 0.23 | 0.47 |
| Hex | 5C | 93 | 6A | 25 | 0 | 1C | 2A | 87 | 17 | 2F |
| Octal | 134 | 223 | 152 | 45 | 0 | 34 | 52 | 207 | 27 | 57 |
| Binary | 1011100 | 10010011 | 1101010 | 100101 | 0 | 11100 | 101010 | 10000111 | 10111 | 101111 |
Color Harmonies of #5C936A
Complementary color
Monochromatic Colors of #5C936A
Black with #5C936A
Text Example
Text Example
White with #5C936A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C936A; }
p { color: rgb(92,147,106); }
H1.HeaderClassName
{
color: #5C936A;
}
.AnyTagClassName
{
color: #5C936A;
}
</style>
background-color css
<style>
a { background-color: #5C936A; }
a { background-color: rgb(92,147,106); }
div.DivClassName
{
background-color: #5C936A;
}
.BgClassName
{
background-color: #5C936A;
}
</style>
border-color css
<style>
span { border-color: #5C936A; }
span { border-color: rgb(92,147,106); }
td.TdClassName
{
border-color: #5C936A;
}
.TagClassName
{
border-color: #5C936A;
}
</style>