Shades of Oxley #5F9976
Tints of Oxley #5F9976
RGB
CMYK
RGB Variations
Color information
#5F9976 (or 0x5F9976) is known color: Oxley. HEX triplet: 5F, 99 and 76. RGB value is (95,153,118). Sum of RGB (Red+Green+Blue) = 95+153+118=366 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.96% from 366); Green value is 153 (60.16% from 255 or 41.80% from 366); Blue value is 118 (46.48% from 255 or 32.24% from 366); Max value from RGB is 153 - color contains mainly: green. Hex color #5F9976 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9976 is #A06689. Grayscale: #838383. Windows color (decimal): -10512010 or 7772511. OLE color: 7772511.
HSL color Cylindrical-coordinate representation of color #5F9976: hue angle of 143.79º 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 #5F9976 is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 95 | 153 | 118 | - |
| CMYK | 0.38 | 0 | 0.23 | 0.4 |
| HSL | 143.79º | 0.23% | 0.49% | - |
| HSV(B) | 143.79º | 0.38% | 0.6% | - |
| XYZ | 19.38 | 26.52 | 21.24 | - |
| YUV | 131.67 | 120.28 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 153 | 118 | 0.38 | 0 | 0.23 | 0.4 | 143.79 | 0.23 | 0.49 |
| Hex | 5F | 99 | 76 | 26 | 0 | 17 | 28 | 90 | 17 | 31 |
| Octal | 137 | 231 | 166 | 46 | 0 | 27 | 50 | 220 | 27 | 61 |
| Binary | 1011111 | 10011001 | 1110110 | 100110 | 0 | 10111 | 101000 | 10010000 | 10111 | 110001 |
Color Harmonies of #5F9976
Complementary color
Monochromatic Colors of #5F9976
Black with #5F9976
Text Example
Text Example
White with #5F9976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9976; }
p { color: rgb(95,153,118); }
H1.HeaderClassName
{
color: #5F9976;
}
.AnyTagClassName
{
color: #5F9976;
}
</style>
background-color css
<style>
a { background-color: #5F9976; }
a { background-color: rgb(95,153,118); }
div.DivClassName
{
background-color: #5F9976;
}
.BgClassName
{
background-color: #5F9976;
}
</style>
border-color css
<style>
span { border-color: #5F9976; }
span { border-color: rgb(95,153,118); }
td.TdClassName
{
border-color: #5F9976;
}
.TagClassName
{
border-color: #5F9976;
}
</style>