Shades of Oxley #5C976C
Tints of Oxley #5C976C
RGB
CMYK
RGB Variations
Color information
#5C976C (or 0x5C976C) is known color: Oxley. HEX triplet: 5C, 97 and 6C. RGB value is (92,151,108). Sum of RGB (Red+Green+Blue) = 92+151+108=351 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.21% from 351); Green value is 151 (59.38% from 255 or 43.02% from 351); Blue value is 108 (42.58% from 255 or 30.77% from 351); Max value from RGB is 151 - color contains mainly: green. Hex color #5C976C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C976C is #A36893. Grayscale: #808080. Windows color (decimal): -10709140 or 7116636. OLE color: 7116636.
HSL color Cylindrical-coordinate representation of color #5C976C: hue angle of 136.27º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5C976C is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 92 | 151 | 108 | - |
| CMYK | 0.39 | 0 | 0.28 | 0.41 |
| HSL | 136.27º | 0.24% | 0.48% | - |
| HSV(B) | 136.27º | 0.39% | 0.59% | - |
| XYZ | 18.19 | 25.49 | 18.15 | - |
| YUV | 128.46 | 116.45 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 151 | 108 | 0.39 | 0 | 0.28 | 0.41 | 136.27 | 0.24 | 0.48 |
| Hex | 5C | 97 | 6C | 27 | 0 | 1C | 29 | 88 | 18 | 30 |
| Octal | 134 | 227 | 154 | 47 | 0 | 34 | 51 | 210 | 30 | 60 |
| Binary | 1011100 | 10010111 | 1101100 | 100111 | 0 | 11100 | 101001 | 10001000 | 11000 | 110000 |
Color Harmonies of #5C976C
Complementary color
Monochromatic Colors of #5C976C
Black with #5C976C
Text Example
Text Example
White with #5C976C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C976C; }
p { color: rgb(92,151,108); }
H1.HeaderClassName
{
color: #5C976C;
}
.AnyTagClassName
{
color: #5C976C;
}
</style>
background-color css
<style>
a { background-color: #5C976C; }
a { background-color: rgb(92,151,108); }
div.DivClassName
{
background-color: #5C976C;
}
.BgClassName
{
background-color: #5C976C;
}
</style>
border-color css
<style>
span { border-color: #5C976C; }
span { border-color: rgb(92,151,108); }
td.TdClassName
{
border-color: #5C976C;
}
.TagClassName
{
border-color: #5C976C;
}
</style>