Shades of Oxley #5E9C6F
Tints of Oxley #5E9C6F
RGB
CMYK
RGB Variations
Color information
#5E9C6F (or 0x5E9C6F) is known color: Oxley. HEX triplet: 5E, 9C and 6F. RGB value is (94,156,111). Sum of RGB (Red+Green+Blue) = 94+156+111=361 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.04% from 361); Green value is 156 (61.33% from 255 or 43.21% from 361); Blue value is 111 (43.75% from 255 or 30.75% from 361); Max value from RGB is 156 - color contains mainly: green. Hex color #5E9C6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9C6F is #A16390. Grayscale: #848484. Windows color (decimal): -10576785 or 7314526. OLE color: 7314526.
HSL color Cylindrical-coordinate representation of color #5E9C6F: hue angle of 136.45º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5E9C6F is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 94 | 156 | 111 | - |
| CMYK | 0.40 | 0 | 0.29 | 0.39 |
| HSL | 136.45º | 0.25% | 0.49% | - |
| HSV(B) | 136.45º | 0.4% | 0.61% | - |
| XYZ | 19.37 | 27.3 | 19.29 | - |
| YUV | 132.33 | 115.96 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 156 | 111 | 0.40 | 0 | 0.29 | 0.39 | 136.45 | 0.25 | 0.49 |
| Hex | 5E | 9C | 6F | 28 | 0 | 1D | 27 | 88 | 19 | 31 |
| Octal | 136 | 234 | 157 | 50 | 0 | 35 | 47 | 210 | 31 | 61 |
| Binary | 1011110 | 10011100 | 1101111 | 101000 | 0 | 11101 | 100111 | 10001000 | 11001 | 110001 |
Color Harmonies of #5E9C6F
Complementary color
Monochromatic Colors of #5E9C6F
Black with #5E9C6F
Text Example
Text Example
White with #5E9C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9C6F; }
p { color: rgb(94,156,111); }
H1.HeaderClassName
{
color: #5E9C6F;
}
.AnyTagClassName
{
color: #5E9C6F;
}
</style>
background-color css
<style>
a { background-color: #5E9C6F; }
a { background-color: rgb(94,156,111); }
div.DivClassName
{
background-color: #5E9C6F;
}
.BgClassName
{
background-color: #5E9C6F;
}
</style>
border-color css
<style>
span { border-color: #5E9C6F; }
span { border-color: rgb(94,156,111); }
td.TdClassName
{
border-color: #5E9C6F;
}
.TagClassName
{
border-color: #5E9C6F;
}
</style>