Shades of Oxley #5F8C6D
Tints of Oxley #5F8C6D
RGB
CMYK
RGB Variations
Color information
#5F8C6D (or 0x5F8C6D) is known color: Oxley. HEX triplet: 5F, 8C and 6D. RGB value is (95,140,109). Sum of RGB (Red+Green+Blue) = 95+140+109=344 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.62% from 344); Green value is 140 (55.08% from 255 or 40.70% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 140 - color contains mainly: green. Hex color #5F8C6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8C6D is #A07392. Grayscale: #7B7B7B. Windows color (decimal): -10515347 or 7179359. OLE color: 7179359.
HSL color Cylindrical-coordinate representation of color #5F8C6D: hue angle of 138.67º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5F8C6D is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 95 | 140 | 109 | - |
| CMYK | 0.32 | 0 | 0.22 | 0.45 |
| HSL | 138.67º | 0.19% | 0.46% | - |
| HSV(B) | 138.67º | 0.32% | 0.55% | - |
| XYZ | 16.86 | 22.29 | 17.88 | - |
| YUV | 123.01 | 120.09 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 140 | 109 | 0.32 | 0 | 0.22 | 0.45 | 138.67 | 0.19 | 0.46 |
| Hex | 5F | 8C | 6D | 20 | 0 | 16 | 2D | 8B | 13 | 2E |
| Octal | 137 | 214 | 155 | 40 | 0 | 26 | 55 | 213 | 23 | 56 |
| Binary | 1011111 | 10001100 | 1101101 | 100000 | 0 | 10110 | 101101 | 10001011 | 10011 | 101110 |
Color Harmonies of #5F8C6D
Complementary color
Monochromatic Colors of #5F8C6D
Black with #5F8C6D
Text Example
Text Example
White with #5F8C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8C6D; }
p { color: rgb(95,140,109); }
H1.HeaderClassName
{
color: #5F8C6D;
}
.AnyTagClassName
{
color: #5F8C6D;
}
</style>
background-color css
<style>
a { background-color: #5F8C6D; }
a { background-color: rgb(95,140,109); }
div.DivClassName
{
background-color: #5F8C6D;
}
.BgClassName
{
background-color: #5F8C6D;
}
</style>
border-color css
<style>
span { border-color: #5F8C6D; }
span { border-color: rgb(95,140,109); }
td.TdClassName
{
border-color: #5F8C6D;
}
.TagClassName
{
border-color: #5F8C6D;
}
</style>