Shades of Oxley #5F9969
Tints of Oxley #5F9969
RGB
CMYK
RGB Variations
Color information
#5F9969 (or 0x5F9969) is known color: Oxley. HEX triplet: 5F, 99 and 69. RGB value is (95,153,105). Sum of RGB (Red+Green+Blue) = 95+153+105=353 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.91% from 353); Green value is 153 (60.16% from 255 or 43.34% from 353); Blue value is 105 (41.41% from 255 or 29.75% from 353); Max value from RGB is 153 - color contains mainly: green. Hex color #5F9969 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9969 is #A06696. Grayscale: #828282. Windows color (decimal): -10512023 or 6920543. OLE color: 6920543.
HSL color Cylindrical-coordinate representation of color #5F9969: hue angle of 130.34º 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 #5F9969 is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 95 | 153 | 105 | - |
| CMYK | 0.38 | 0 | 0.31 | 0.4 |
| HSL | 130.34º | 0.23% | 0.49% | - |
| HSV(B) | 130.34º | 0.38% | 0.6% | - |
| XYZ | 18.66 | 26.24 | 17.45 | - |
| YUV | 130.19 | 113.78 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 153 | 105 | 0.38 | 0 | 0.31 | 0.4 | 130.34 | 0.23 | 0.49 |
| Hex | 5F | 99 | 69 | 26 | 0 | 1F | 28 | 82 | 17 | 31 |
| Octal | 137 | 231 | 151 | 46 | 0 | 37 | 50 | 202 | 27 | 61 |
| Binary | 1011111 | 10011001 | 1101001 | 100110 | 0 | 11111 | 101000 | 10000010 | 10111 | 110001 |
Color Harmonies of #5F9969
Complementary color
Monochromatic Colors of #5F9969
Black with #5F9969
Text Example
Text Example
White with #5F9969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9969; }
p { color: rgb(95,153,105); }
H1.HeaderClassName
{
color: #5F9969;
}
.AnyTagClassName
{
color: #5F9969;
}
</style>
background-color css
<style>
a { background-color: #5F9969; }
a { background-color: rgb(95,153,105); }
div.DivClassName
{
background-color: #5F9969;
}
.BgClassName
{
background-color: #5F9969;
}
</style>
border-color css
<style>
span { border-color: #5F9969; }
span { border-color: rgb(95,153,105); }
td.TdClassName
{
border-color: #5F9969;
}
.TagClassName
{
border-color: #5F9969;
}
</style>