Shades of Oxley #5F9E6C
Tints of Oxley #5F9E6C
RGB
CMYK
RGB Variations
Color information
#5F9E6C (or 0x5F9E6C) is known color: Oxley. HEX triplet: 5F, 9E and 6C. RGB value is (95,158,108). Sum of RGB (Red+Green+Blue) = 95+158+108=361 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.32% from 361); Green value is 158 (62.11% from 255 or 43.77% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 158 - color contains mainly: green. Hex color #5F9E6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9E6C is #A06193. Grayscale: #858585. Windows color (decimal): -10510740 or 7118431. OLE color: 7118431.
HSL color Cylindrical-coordinate representation of color #5F9E6C: hue angle of 132.38º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5F9E6C is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 95 | 158 | 108 | - |
| CMYK | 0.40 | 0 | 0.32 | 0.38 |
| HSL | 132.38º | 0.25% | 0.5% | - |
| HSV(B) | 132.38º | 0.4% | 0.62% | - |
| XYZ | 19.65 | 27.97 | 18.55 | - |
| YUV | 133.46 | 113.63 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 158 | 108 | 0.40 | 0 | 0.32 | 0.38 | 132.38 | 0.25 | 0.5 |
| Hex | 5F | 9E | 6C | 28 | 0 | 20 | 26 | 84 | 19 | 32 |
| Octal | 137 | 236 | 154 | 50 | 0 | 40 | 46 | 204 | 31 | 62 |
| Binary | 1011111 | 10011110 | 1101100 | 101000 | 0 | 100000 | 100110 | 10000100 | 11001 | 110010 |
Color Harmonies of #5F9E6C
Complementary color
Monochromatic Colors of #5F9E6C
Black with #5F9E6C
Text Example
Text Example
White with #5F9E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9E6C; }
p { color: rgb(95,158,108); }
H1.HeaderClassName
{
color: #5F9E6C;
}
.AnyTagClassName
{
color: #5F9E6C;
}
</style>
background-color css
<style>
a { background-color: #5F9E6C; }
a { background-color: rgb(95,158,108); }
div.DivClassName
{
background-color: #5F9E6C;
}
.BgClassName
{
background-color: #5F9E6C;
}
</style>
border-color css
<style>
span { border-color: #5F9E6C; }
span { border-color: rgb(95,158,108); }
td.TdClassName
{
border-color: #5F9E6C;
}
.TagClassName
{
border-color: #5F9E6C;
}
</style>