Shades of Oxley #5F9F68
Tints of Oxley #5F9F68
RGB
CMYK
RGB Variations
Color information
#5F9F68 (or 0x5F9F68) is known color: Oxley. HEX triplet: 5F, 9F and 68. RGB value is (95,159,104). Sum of RGB (Red+Green+Blue) = 95+159+104=358 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.54% from 358); Green value is 159 (62.5% from 255 or 44.41% from 358); Blue value is 104 (41.02% from 255 or 29.05% from 358); Max value from RGB is 159 - color contains mainly: green. Hex color #5F9F68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9F68 is #A06097. Grayscale: #858585. Windows color (decimal): -10510488 or 6856543. OLE color: 6856543.
HSL color Cylindrical-coordinate representation of color #5F9F68: hue angle of 128.44º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5F9F68 is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 95 | 159 | 104 | - |
| CMYK | 0.40 | 0 | 0.35 | 0.38 |
| HSL | 128.44º | 0.25% | 0.5% | - |
| HSV(B) | 128.44º | 0.4% | 0.62% | - |
| XYZ | 19.62 | 28.23 | 17.51 | - |
| YUV | 133.59 | 111.3 | 100.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 159 | 104 | 0.40 | 0 | 0.35 | 0.38 | 128.44 | 0.25 | 0.5 |
| Hex | 5F | 9F | 68 | 28 | 0 | 23 | 26 | 80 | 19 | 32 |
| Octal | 137 | 237 | 150 | 50 | 0 | 43 | 46 | 200 | 31 | 62 |
| Binary | 1011111 | 10011111 | 1101000 | 101000 | 0 | 100011 | 100110 | 10000000 | 11001 | 110010 |
Color Harmonies of #5F9F68
Complementary color
Monochromatic Colors of #5F9F68
Black with #5F9F68
Text Example
Text Example
White with #5F9F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9F68; }
p { color: rgb(95,159,104); }
H1.HeaderClassName
{
color: #5F9F68;
}
.AnyTagClassName
{
color: #5F9F68;
}
</style>
background-color css
<style>
a { background-color: #5F9F68; }
a { background-color: rgb(95,159,104); }
div.DivClassName
{
background-color: #5F9F68;
}
.BgClassName
{
background-color: #5F9F68;
}
</style>
border-color css
<style>
span { border-color: #5F9F68; }
span { border-color: rgb(95,159,104); }
td.TdClassName
{
border-color: #5F9F68;
}
.TagClassName
{
border-color: #5F9F68;
}
</style>