Shades of Pigment Green #0FB758
Tints of Pigment Green #0FB758
RGB
CMYK
RGB Variations
Color information
#0FB758 (or 0x0FB758) is known color: Pigment Green. HEX triplet: 0F, B7 and 58. RGB value is (15,183,88). Sum of RGB (Red+Green+Blue) = 15+183+88=286 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.24% from 286); Green value is 183 (71.88% from 255 or 63.99% from 286); Blue value is 88 (34.77% from 255 or 30.77% from 286); Max value from RGB is 183 - color contains mainly: green. Hex color #0FB758 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB758 is #F048A7. Grayscale: #7A7A7A. Windows color (decimal): -15747240 or 5814031. OLE color: 5814031.
HSL color Cylindrical-coordinate representation of color #0FB758: hue angle of 146.07º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB758 is Cyan = 0.92, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 15 | 183 | 88 | - |
| CMYK | 0.92 | 0 | 0.52 | 0.28 |
| HSL | 146.07º | 0.85% | 0.39% | - |
| HSV(B) | 146.07º | 0.92% | 0.72% | - |
| XYZ | 18.89 | 34.67 | 14.93 | - |
| YUV | 121.94 | 108.84 | 51.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 183 | 88 | 0.92 | 0 | 0.52 | 0.28 | 146.07 | 0.85 | 0.39 |
| Hex | F | B7 | 58 | 5C | 0 | 34 | 1C | 92 | 55 | 27 |
| Octal | 17 | 267 | 130 | 134 | 0 | 64 | 34 | 222 | 125 | 47 |
| Binary | 1111 | 10110111 | 1011000 | 1011100 | 0 | 110100 | 11100 | 10010010 | 1010101 | 100111 |
Color Harmonies of #0FB758
Complementary color
Monochromatic Colors of #0FB758
Black with #0FB758
Text Example
Text Example
White with #0FB758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB758; }
p { color: rgb(15,183,88); }
H1.HeaderClassName
{
color: #0FB758;
}
.AnyTagClassName
{
color: #0FB758;
}
</style>
background-color css
<style>
a { background-color: #0FB758; }
a { background-color: rgb(15,183,88); }
div.DivClassName
{
background-color: #0FB758;
}
.BgClassName
{
background-color: #0FB758;
}
</style>
border-color css
<style>
span { border-color: #0FB758; }
span { border-color: rgb(15,183,88); }
td.TdClassName
{
border-color: #0FB758;
}
.TagClassName
{
border-color: #0FB758;
}
</style>