Shades of Oxley #5F9978
Tints of Oxley #5F9978
RGB
CMYK
RGB Variations
Color information
#5F9978 (or 0x5F9978) is known color: Oxley. HEX triplet: 5F, 99 and 78. RGB value is (95,153,120). Sum of RGB (Red+Green+Blue) = 95+153+120=368 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.82% from 368); Green value is 153 (60.16% from 255 or 41.58% from 368); Blue value is 120 (47.27% from 255 or 32.61% from 368); Max value from RGB is 153 - color contains mainly: green. Hex color #5F9978 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9978 is #A06687. Grayscale: #838383. Windows color (decimal): -10512008 or 7903583. OLE color: 7903583.
HSL color Cylindrical-coordinate representation of color #5F9978: hue angle of 145.86º 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 #5F9978 is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 95 | 153 | 120 | - |
| CMYK | 0.38 | 0 | 0.22 | 0.4 |
| HSL | 145.86º | 0.23% | 0.49% | - |
| HSV(B) | 145.86º | 0.38% | 0.6% | - |
| XYZ | 19.5 | 26.57 | 21.87 | - |
| YUV | 131.9 | 121.28 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 153 | 120 | 0.38 | 0 | 0.22 | 0.4 | 145.86 | 0.23 | 0.49 |
| Hex | 5F | 99 | 78 | 26 | 0 | 16 | 28 | 92 | 17 | 31 |
| Octal | 137 | 231 | 170 | 46 | 0 | 26 | 50 | 222 | 27 | 61 |
| Binary | 1011111 | 10011001 | 1111000 | 100110 | 0 | 10110 | 101000 | 10010010 | 10111 | 110001 |
Color Harmonies of #5F9978
Complementary color
Monochromatic Colors of #5F9978
Black with #5F9978
Text Example
Text Example
White with #5F9978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9978; }
p { color: rgb(95,153,120); }
H1.HeaderClassName
{
color: #5F9978;
}
.AnyTagClassName
{
color: #5F9978;
}
</style>
background-color css
<style>
a { background-color: #5F9978; }
a { background-color: rgb(95,153,120); }
div.DivClassName
{
background-color: #5F9978;
}
.BgClassName
{
background-color: #5F9978;
}
</style>
border-color css
<style>
span { border-color: #5F9978; }
span { border-color: rgb(95,153,120); }
td.TdClassName
{
border-color: #5F9978;
}
.TagClassName
{
border-color: #5F9978;
}
</style>