Shades of Oxley #5C9370
Tints of Oxley #5C9370
RGB
CMYK
RGB Variations
Color information
#5C9370 (or 0x5C9370) is known color: Oxley. HEX triplet: 5C, 93 and 70. RGB value is (92,147,112). Sum of RGB (Red+Green+Blue) = 92+147+112=351 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.21% from 351); Green value is 147 (57.81% from 255 or 41.88% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 147 - color contains mainly: green. Hex color #5C9370 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C9370 is #A36C8F. Grayscale: #7E7E7E. Windows color (decimal): -10710160 or 7377756. OLE color: 7377756.
HSL color Cylindrical-coordinate representation of color #5C9370: hue angle of 141.82º 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 #5C9370 is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 92 | 147 | 112 | - |
| CMYK | 0.37 | 0 | 0.24 | 0.42 |
| HSL | 141.82º | 0.23% | 0.47% | - |
| HSV(B) | 141.82º | 0.37% | 0.58% | - |
| XYZ | 17.77 | 24.31 | 19.09 | - |
| YUV | 126.57 | 119.78 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 147 | 112 | 0.37 | 0 | 0.24 | 0.42 | 141.82 | 0.23 | 0.47 |
| Hex | 5C | 93 | 70 | 25 | 0 | 18 | 2A | 8E | 17 | 2F |
| Octal | 134 | 223 | 160 | 45 | 0 | 30 | 52 | 216 | 27 | 57 |
| Binary | 1011100 | 10010011 | 1110000 | 100101 | 0 | 11000 | 101010 | 10001110 | 10111 | 101111 |
Color Harmonies of #5C9370
Complementary color
Monochromatic Colors of #5C9370
Black with #5C9370
Text Example
Text Example
White with #5C9370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C9370; }
p { color: rgb(92,147,112); }
H1.HeaderClassName
{
color: #5C9370;
}
.AnyTagClassName
{
color: #5C9370;
}
</style>
background-color css
<style>
a { background-color: #5C9370; }
a { background-color: rgb(92,147,112); }
div.DivClassName
{
background-color: #5C9370;
}
.BgClassName
{
background-color: #5C9370;
}
</style>
border-color css
<style>
span { border-color: #5C9370; }
span { border-color: rgb(92,147,112); }
td.TdClassName
{
border-color: #5C9370;
}
.TagClassName
{
border-color: #5C9370;
}
</style>