Shades of Oxley #5F936E
Tints of Oxley #5F936E
RGB
CMYK
RGB Variations
Color information
#5F936E (or 0x5F936E) is known color: Oxley. HEX triplet: 5F, 93 and 6E. RGB value is (95,147,110). Sum of RGB (Red+Green+Blue) = 95+147+110=352 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.99% from 352); Green value is 147 (57.81% from 255 or 41.76% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 147 - color contains mainly: green. Hex color #5F936E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F936E is #A06C91. Grayscale: #7F7F7F. Windows color (decimal): -10513554 or 7246687. OLE color: 7246687.
HSL color Cylindrical-coordinate representation of color #5F936E: hue angle of 137.31º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5F936E is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 95 | 147 | 110 | - |
| CMYK | 0.35 | 0 | 0.25 | 0.42 |
| HSL | 137.31º | 0.21% | 0.47% | - |
| HSV(B) | 137.31º | 0.35% | 0.58% | - |
| XYZ | 17.97 | 24.43 | 18.52 | - |
| YUV | 127.23 | 118.27 | 105.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 147 | 110 | 0.35 | 0 | 0.25 | 0.42 | 137.31 | 0.21 | 0.47 |
| Hex | 5F | 93 | 6E | 23 | 0 | 19 | 2A | 89 | 15 | 2F |
| Octal | 137 | 223 | 156 | 43 | 0 | 31 | 52 | 211 | 25 | 57 |
| Binary | 1011111 | 10010011 | 1101110 | 100011 | 0 | 11001 | 101010 | 10001001 | 10101 | 101111 |
Color Harmonies of #5F936E
Complementary color
Monochromatic Colors of #5F936E
Black with #5F936E
Text Example
Text Example
White with #5F936E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F936E; }
p { color: rgb(95,147,110); }
H1.HeaderClassName
{
color: #5F936E;
}
.AnyTagClassName
{
color: #5F936E;
}
</style>
background-color css
<style>
a { background-color: #5F936E; }
a { background-color: rgb(95,147,110); }
div.DivClassName
{
background-color: #5F936E;
}
.BgClassName
{
background-color: #5F936E;
}
</style>
border-color css
<style>
span { border-color: #5F936E; }
span { border-color: rgb(95,147,110); }
td.TdClassName
{
border-color: #5F936E;
}
.TagClassName
{
border-color: #5F936E;
}
</style>