Shades of Oxley #5E9B6C
Tints of Oxley #5E9B6C
RGB
CMYK
RGB Variations
Color information
#5E9B6C (or 0x5E9B6C) is known color: Oxley. HEX triplet: 5E, 9B and 6C. RGB value is (94,155,108). Sum of RGB (Red+Green+Blue) = 94+155+108=357 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.33% from 357); Green value is 155 (60.94% from 255 or 43.42% from 357); Blue value is 108 (42.58% from 255 or 30.25% from 357); Max value from RGB is 155 - color contains mainly: green. Hex color #5E9B6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9B6C is #A16493. Grayscale: #838383. Windows color (decimal): -10577044 or 7117662. OLE color: 7117662.
HSL color Cylindrical-coordinate representation of color #5E9B6C: hue angle of 133.77º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5E9B6C is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 94 | 155 | 108 | - |
| CMYK | 0.39 | 0 | 0.30 | 0.39 |
| HSL | 133.77º | 0.24% | 0.49% | - |
| HSV(B) | 133.77º | 0.39% | 0.61% | - |
| XYZ | 19.04 | 26.91 | 18.38 | - |
| YUV | 131.4 | 114.79 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 155 | 108 | 0.39 | 0 | 0.30 | 0.39 | 133.77 | 0.24 | 0.49 |
| Hex | 5E | 9B | 6C | 27 | 0 | 1E | 27 | 86 | 18 | 31 |
| Octal | 136 | 233 | 154 | 47 | 0 | 36 | 47 | 206 | 30 | 61 |
| Binary | 1011110 | 10011011 | 1101100 | 100111 | 0 | 11110 | 100111 | 10000110 | 11000 | 110001 |
Color Harmonies of #5E9B6C
Complementary color
Monochromatic Colors of #5E9B6C
Black with #5E9B6C
Text Example
Text Example
White with #5E9B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9B6C; }
p { color: rgb(94,155,108); }
H1.HeaderClassName
{
color: #5E9B6C;
}
.AnyTagClassName
{
color: #5E9B6C;
}
</style>
background-color css
<style>
a { background-color: #5E9B6C; }
a { background-color: rgb(94,155,108); }
div.DivClassName
{
background-color: #5E9B6C;
}
.BgClassName
{
background-color: #5E9B6C;
}
</style>
border-color css
<style>
span { border-color: #5E9B6C; }
span { border-color: rgb(94,155,108); }
td.TdClassName
{
border-color: #5E9B6C;
}
.TagClassName
{
border-color: #5E9B6C;
}
</style>