Shades of Oxley #5F996B
Tints of Oxley #5F996B
RGB
CMYK
RGB Variations
Color information
#5F996B (or 0x5F996B) is known color: Oxley. HEX triplet: 5F, 99 and 6B. RGB value is (95,153,107). Sum of RGB (Red+Green+Blue) = 95+153+107=355 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.76% from 355); Green value is 153 (60.16% from 255 or 43.10% from 355); Blue value is 107 (42.19% from 255 or 30.14% from 355); Max value from RGB is 153 - color contains mainly: green. Hex color #5F996B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F996B is #A06694. Grayscale: #828282. Windows color (decimal): -10512021 or 7051615. OLE color: 7051615.
HSL color Cylindrical-coordinate representation of color #5F996B: hue angle of 132.41º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5F996B is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 95 | 153 | 107 | - |
| CMYK | 0.38 | 0 | 0.30 | 0.4 |
| HSL | 132.41º | 0.23% | 0.49% | - |
| HSV(B) | 132.41º | 0.38% | 0.6% | - |
| XYZ | 18.76 | 26.28 | 17.99 | - |
| YUV | 130.41 | 114.78 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 153 | 107 | 0.38 | 0 | 0.30 | 0.4 | 132.41 | 0.23 | 0.49 |
| Hex | 5F | 99 | 6B | 26 | 0 | 1E | 28 | 84 | 17 | 31 |
| Octal | 137 | 231 | 153 | 46 | 0 | 36 | 50 | 204 | 27 | 61 |
| Binary | 1011111 | 10011001 | 1101011 | 100110 | 0 | 11110 | 101000 | 10000100 | 10111 | 110001 |
Color Harmonies of #5F996B
Complementary color
Monochromatic Colors of #5F996B
Black with #5F996B
Text Example
Text Example
White with #5F996B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F996B; }
p { color: rgb(95,153,107); }
H1.HeaderClassName
{
color: #5F996B;
}
.AnyTagClassName
{
color: #5F996B;
}
</style>
background-color css
<style>
a { background-color: #5F996B; }
a { background-color: rgb(95,153,107); }
div.DivClassName
{
background-color: #5F996B;
}
.BgClassName
{
background-color: #5F996B;
}
</style>
border-color css
<style>
span { border-color: #5F996B; }
span { border-color: rgb(95,153,107); }
td.TdClassName
{
border-color: #5F996B;
}
.TagClassName
{
border-color: #5F996B;
}
</style>