Shades of Oxley #5F936C
Tints of Oxley #5F936C
RGB
CMYK
RGB Variations
Color information
#5F936C (or 0x5F936C) is known color: Oxley. HEX triplet: 5F, 93 and 6C. RGB value is (95,147,108). Sum of RGB (Red+Green+Blue) = 95+147+108=350 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.14% from 350); Green value is 147 (57.81% from 255 or 42% from 350); Blue value is 108 (42.58% from 255 or 30.86% from 350); Max value from RGB is 147 - color contains mainly: green. Hex color #5F936C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F936C is #A06C93. Grayscale: #7F7F7F. Windows color (decimal): -10513556 or 7115615. OLE color: 7115615.
HSL color Cylindrical-coordinate representation of color #5F936C: hue angle of 135º 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 #5F936C is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 95 | 147 | 108 | - |
| CMYK | 0.35 | 0 | 0.27 | 0.42 |
| HSL | 135º | 0.21% | 0.47% | - |
| HSV(B) | 135º | 0.35% | 0.58% | - |
| XYZ | 17.86 | 24.38 | 17.95 | - |
| YUV | 127.01 | 117.27 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 147 | 108 | 0.35 | 0 | 0.27 | 0.42 | 135 | 0.21 | 0.47 |
| Hex | 5F | 93 | 6C | 23 | 0 | 1B | 2A | 87 | 15 | 2F |
| Octal | 137 | 223 | 154 | 43 | 0 | 33 | 52 | 207 | 25 | 57 |
| Binary | 1011111 | 10010011 | 1101100 | 100011 | 0 | 11011 | 101010 | 10000111 | 10101 | 101111 |
Color Harmonies of #5F936C
Complementary color
Monochromatic Colors of #5F936C
Black with #5F936C
Text Example
Text Example
White with #5F936C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F936C; }
p { color: rgb(95,147,108); }
H1.HeaderClassName
{
color: #5F936C;
}
.AnyTagClassName
{
color: #5F936C;
}
</style>
background-color css
<style>
a { background-color: #5F936C; }
a { background-color: rgb(95,147,108); }
div.DivClassName
{
background-color: #5F936C;
}
.BgClassName
{
background-color: #5F936C;
}
</style>
border-color css
<style>
span { border-color: #5F936C; }
span { border-color: rgb(95,147,108); }
td.TdClassName
{
border-color: #5F936C;
}
.TagClassName
{
border-color: #5F936C;
}
</style>