Shades of Oxley #5C9D6D
Tints of Oxley #5C9D6D
RGB
CMYK
RGB Variations
Color information
#5C9D6D (or 0x5C9D6D) is known color: Oxley. HEX triplet: 5C, 9D and 6D. RGB value is (92,157,109). Sum of RGB (Red+Green+Blue) = 92+157+109=358 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.70% from 358); Green value is 157 (61.72% from 255 or 43.85% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 157 - color contains mainly: green. Hex color #5C9D6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C9D6D is #A36292. Grayscale: #848484. Windows color (decimal): -10707603 or 7183708. OLE color: 7183708.
HSL color Cylindrical-coordinate representation of color #5C9D6D: hue angle of 135.69º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5C9D6D is Cyan = 0.41, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 92 | 157 | 109 | - |
| CMYK | 0.41 | 0 | 0.31 | 0.38 |
| HSL | 135.69º | 0.26% | 0.49% | - |
| HSV(B) | 135.69º | 0.41% | 0.62% | - |
| XYZ | 19.23 | 27.49 | 18.76 | - |
| YUV | 132.09 | 114.97 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 157 | 109 | 0.41 | 0 | 0.31 | 0.38 | 135.69 | 0.26 | 0.49 |
| Hex | 5C | 9D | 6D | 29 | 0 | 1F | 26 | 88 | 1A | 31 |
| Octal | 134 | 235 | 155 | 51 | 0 | 37 | 46 | 210 | 32 | 61 |
| Binary | 1011100 | 10011101 | 1101101 | 101001 | 0 | 11111 | 100110 | 10001000 | 11010 | 110001 |
Color Harmonies of #5C9D6D
Complementary color
Monochromatic Colors of #5C9D6D
Black with #5C9D6D
Text Example
Text Example
White with #5C9D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C9D6D; }
p { color: rgb(92,157,109); }
H1.HeaderClassName
{
color: #5C9D6D;
}
.AnyTagClassName
{
color: #5C9D6D;
}
</style>
background-color css
<style>
a { background-color: #5C9D6D; }
a { background-color: rgb(92,157,109); }
div.DivClassName
{
background-color: #5C9D6D;
}
.BgClassName
{
background-color: #5C9D6D;
}
</style>
border-color css
<style>
span { border-color: #5C9D6D; }
span { border-color: rgb(92,157,109); }
td.TdClassName
{
border-color: #5C9D6D;
}
.TagClassName
{
border-color: #5C9D6D;
}
</style>