Shades of Oxley #5F8F6C
Tints of Oxley #5F8F6C
RGB
CMYK
RGB Variations
Color information
#5F8F6C (or 0x5F8F6C) is known color: Oxley. HEX triplet: 5F, 8F and 6C. RGB value is (95,143,108). Sum of RGB (Red+Green+Blue) = 95+143+108=346 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.46% from 346); Green value is 143 (56.25% from 255 or 41.33% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 143 - color contains mainly: green. Hex color #5F8F6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8F6C is #A07093. Grayscale: #7C7C7C. Windows color (decimal): -10514580 or 7114591. OLE color: 7114591.
HSL color Cylindrical-coordinate representation of color #5F8F6C: hue angle of 136.25º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5F8F6C is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 95 | 143 | 108 | - |
| CMYK | 0.34 | 0 | 0.24 | 0.44 |
| HSL | 136.25º | 0.2% | 0.47% | - |
| HSV(B) | 136.25º | 0.34% | 0.56% | - |
| XYZ | 17.25 | 23.16 | 17.75 | - |
| YUV | 124.66 | 118.6 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 143 | 108 | 0.34 | 0 | 0.24 | 0.44 | 136.25 | 0.2 | 0.47 |
| Hex | 5F | 8F | 6C | 22 | 0 | 18 | 2C | 88 | 14 | 2F |
| Octal | 137 | 217 | 154 | 42 | 0 | 30 | 54 | 210 | 24 | 57 |
| Binary | 1011111 | 10001111 | 1101100 | 100010 | 0 | 11000 | 101100 | 10001000 | 10100 | 101111 |
Color Harmonies of #5F8F6C
Complementary color
Monochromatic Colors of #5F8F6C
Black with #5F8F6C
Text Example
Text Example
White with #5F8F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8F6C; }
p { color: rgb(95,143,108); }
H1.HeaderClassName
{
color: #5F8F6C;
}
.AnyTagClassName
{
color: #5F8F6C;
}
</style>
background-color css
<style>
a { background-color: #5F8F6C; }
a { background-color: rgb(95,143,108); }
div.DivClassName
{
background-color: #5F8F6C;
}
.BgClassName
{
background-color: #5F8F6C;
}
</style>
border-color css
<style>
span { border-color: #5F8F6C; }
span { border-color: rgb(95,143,108); }
td.TdClassName
{
border-color: #5F8F6C;
}
.TagClassName
{
border-color: #5F8F6C;
}
</style>