Shades of Oxley #5F9F7B
Tints of Oxley #5F9F7B
RGB
CMYK
RGB Variations
Color information
#5F9F7B (or 0x5F9F7B) is known color: Oxley. HEX triplet: 5F, 9F and 7B. RGB value is (95,159,123). Sum of RGB (Red+Green+Blue) = 95+159+123=377 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.20% from 377); Green value is 159 (62.5% from 255 or 42.18% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 159 - color contains mainly: green. Hex color #5F9F7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9F7B is #A06084. Grayscale: #878787. Windows color (decimal): -10510469 or 8101727. OLE color: 8101727.
HSL color Cylindrical-coordinate representation of color #5F9F7B: hue angle of 146.25º 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 #5F9F7B is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 95 | 159 | 123 | - |
| CMYK | 0.40 | 0 | 0.23 | 0.38 |
| HSL | 146.25º | 0.25% | 0.5% | - |
| HSV(B) | 146.25º | 0.4% | 0.62% | - |
| XYZ | 20.69 | 28.66 | 23.18 | - |
| YUV | 135.76 | 120.8 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 159 | 123 | 0.40 | 0 | 0.23 | 0.38 | 146.25 | 0.25 | 0.5 |
| Hex | 5F | 9F | 7B | 28 | 0 | 17 | 26 | 92 | 19 | 32 |
| Octal | 137 | 237 | 173 | 50 | 0 | 27 | 46 | 222 | 31 | 62 |
| Binary | 1011111 | 10011111 | 1111011 | 101000 | 0 | 10111 | 100110 | 10010010 | 11001 | 110010 |
Color Harmonies of #5F9F7B
Complementary color
Monochromatic Colors of #5F9F7B
Black with #5F9F7B
Text Example
Text Example
White with #5F9F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9F7B; }
p { color: rgb(95,159,123); }
H1.HeaderClassName
{
color: #5F9F7B;
}
.AnyTagClassName
{
color: #5F9F7B;
}
</style>
background-color css
<style>
a { background-color: #5F9F7B; }
a { background-color: rgb(95,159,123); }
div.DivClassName
{
background-color: #5F9F7B;
}
.BgClassName
{
background-color: #5F9F7B;
}
</style>
border-color css
<style>
span { border-color: #5F9F7B; }
span { border-color: rgb(95,159,123); }
td.TdClassName
{
border-color: #5F9F7B;
}
.TagClassName
{
border-color: #5F9F7B;
}
</style>