Shades of Allports #0F6E77
Tints of Allports #0F6E77
RGB
CMYK
RGB Variations
Color information
#0F6E77 (or 0x0F6E77) is known color: Allports. HEX triplet: 0F, 6E and 77. RGB value is (15,110,119). Sum of RGB (Red+Green+Blue) = 15+110+119=244 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.15% from 244); Green value is 110 (43.36% from 255 or 45.08% from 244); Blue value is 119 (46.88% from 255 or 48.77% from 244); Max value from RGB is 119 - color contains mainly: blue. Hex color #0F6E77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6E77 is #F09188. Grayscale: #525252. Windows color (decimal): -15765897 or 7826959. OLE color: 7826959.
HSL color Cylindrical-coordinate representation of color #0F6E77: hue angle of 185.19º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F6E77 is Cyan = 0.87, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 15 | 110 | 119 | - |
| CMYK | 0.87 | 0.08 | 0 | 0.53 |
| HSL | 185.19º | 0.78% | 0.26% | - |
| HSV(B) | 185.19º | 0.87% | 0.47% | - |
| XYZ | 9.1 | 12.59 | 19.4 | - |
| YUV | 82.62 | 148.53 | 79.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 110 | 119 | 0.87 | 0.08 | 0 | 0.53 | 185.19 | 0.78 | 0.26 |
| Hex | F | 6E | 77 | 57 | 8 | 0 | 35 | B9 | 4E | 1A |
| Octal | 17 | 156 | 167 | 127 | 10 | 0 | 65 | 271 | 116 | 32 |
| Binary | 1111 | 1101110 | 1110111 | 1010111 | 1000 | 0 | 110101 | 10111001 | 1001110 | 11010 |
Color Harmonies of #0F6E77
Complementary color
Monochromatic Colors of #0F6E77
Black with #0F6E77
Text Example
Text Example
White with #0F6E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6E77; }
p { color: rgb(15,110,119); }
H1.HeaderClassName
{
color: #0F6E77;
}
.AnyTagClassName
{
color: #0F6E77;
}
</style>
background-color css
<style>
a { background-color: #0F6E77; }
a { background-color: rgb(15,110,119); }
div.DivClassName
{
background-color: #0F6E77;
}
.BgClassName
{
background-color: #0F6E77;
}
</style>
border-color css
<style>
span { border-color: #0F6E77; }
span { border-color: rgb(15,110,119); }
td.TdClassName
{
border-color: #0F6E77;
}
.TagClassName
{
border-color: #0F6E77;
}
</style>