Shades of Oxley #5F9A6D
Tints of Oxley #5F9A6D
RGB
CMYK
RGB Variations
Color information
#5F9A6D (or 0x5F9A6D) is known color: Oxley. HEX triplet: 5F, 9A and 6D. RGB value is (95,154,109). Sum of RGB (Red+Green+Blue) = 95+154+109=358 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.54% from 358); Green value is 154 (60.55% from 255 or 43.02% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 154 - color contains mainly: green. Hex color #5F9A6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9A6D is #A06592. Grayscale: #838383. Windows color (decimal): -10511763 or 7182943. OLE color: 7182943.
HSL color Cylindrical-coordinate representation of color #5F9A6D: hue angle of 134.24º degrees, saturation: 0.24, 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 #5F9A6D is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 95 | 154 | 109 | - |
| CMYK | 0.38 | 0 | 0.29 | 0.40 |
| HSL | 134.24º | 0.24% | 0.49% | - |
| HSV(B) | 134.24º | 0.38% | 0.6% | - |
| XYZ | 19.04 | 26.65 | 18.61 | - |
| YUV | 131.23 | 115.45 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 154 | 109 | 0.38 | 0 | 0.29 | 0.40 | 134.24 | 0.24 | 0.49 |
| Hex | 5F | 9A | 6D | 26 | 0 | 1D | 28 | 86 | 18 | 31 |
| Octal | 137 | 232 | 155 | 46 | 0 | 35 | 50 | 206 | 30 | 61 |
| Binary | 1011111 | 10011010 | 1101101 | 100110 | 0 | 11101 | 101000 | 10000110 | 11000 | 110001 |
Color Harmonies of #5F9A6D
Complementary color
Monochromatic Colors of #5F9A6D
Black with #5F9A6D
Text Example
Text Example
White with #5F9A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9A6D; }
p { color: rgb(95,154,109); }
H1.HeaderClassName
{
color: #5F9A6D;
}
.AnyTagClassName
{
color: #5F9A6D;
}
</style>
background-color css
<style>
a { background-color: #5F9A6D; }
a { background-color: rgb(95,154,109); }
div.DivClassName
{
background-color: #5F9A6D;
}
.BgClassName
{
background-color: #5F9A6D;
}
</style>
border-color css
<style>
span { border-color: #5F9A6D; }
span { border-color: rgb(95,154,109); }
td.TdClassName
{
border-color: #5F9A6D;
}
.TagClassName
{
border-color: #5F9A6D;
}
</style>