Shades of Oxley #5C9E6D
Tints of Oxley #5C9E6D
RGB
CMYK
RGB Variations
Color information
#5C9E6D (or 0x5C9E6D) is known color: Oxley. HEX triplet: 5C, 9E and 6D. RGB value is (92,158,109). Sum of RGB (Red+Green+Blue) = 92+158+109=359 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.63% from 359); Green value is 158 (62.11% from 255 or 44.01% from 359); Blue value is 109 (42.97% from 255 or 30.36% from 359); Max value from RGB is 158 - color contains mainly: green. Hex color #5C9E6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C9E6D is #A36192. Grayscale: #848484. Windows color (decimal): -10707347 or 7183964. OLE color: 7183964.
HSL color Cylindrical-coordinate representation of color #5C9E6D: hue angle of 135.45º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5C9E6D is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 92 | 158 | 109 | - |
| CMYK | 0.42 | 0 | 0.31 | 0.38 |
| HSL | 135.45º | 0.26% | 0.49% | - |
| HSV(B) | 135.45º | 0.42% | 0.62% | - |
| XYZ | 19.4 | 27.83 | 18.82 | - |
| YUV | 132.68 | 114.63 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 158 | 109 | 0.42 | 0 | 0.31 | 0.38 | 135.45 | 0.26 | 0.49 |
| Hex | 5C | 9E | 6D | 2A | 0 | 1F | 26 | 87 | 1A | 31 |
| Octal | 134 | 236 | 155 | 52 | 0 | 37 | 46 | 207 | 32 | 61 |
| Binary | 1011100 | 10011110 | 1101101 | 101010 | 0 | 11111 | 100110 | 10000111 | 11010 | 110001 |
Color Harmonies of #5C9E6D
Complementary color
Monochromatic Colors of #5C9E6D
Black with #5C9E6D
Text Example
Text Example
White with #5C9E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C9E6D; }
p { color: rgb(92,158,109); }
H1.HeaderClassName
{
color: #5C9E6D;
}
.AnyTagClassName
{
color: #5C9E6D;
}
</style>
background-color css
<style>
a { background-color: #5C9E6D; }
a { background-color: rgb(92,158,109); }
div.DivClassName
{
background-color: #5C9E6D;
}
.BgClassName
{
background-color: #5C9E6D;
}
</style>
border-color css
<style>
span { border-color: #5C9E6D; }
span { border-color: rgb(92,158,109); }
td.TdClassName
{
border-color: #5C9E6D;
}
.TagClassName
{
border-color: #5C9E6D;
}
</style>