Shades of Pigment Green #0FB755
Tints of Pigment Green #0FB755
RGB
CMYK
RGB Variations
Color information
#0FB755 (or 0x0FB755) is known color: Pigment Green. HEX triplet: 0F, B7 and 55. RGB value is (15,183,85). Sum of RGB (Red+Green+Blue) = 15+183+85=283 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.30% from 283); Green value is 183 (71.88% from 255 or 64.66% from 283); Blue value is 85 (33.59% from 255 or 30.04% from 283); Max value from RGB is 183 - color contains mainly: green. Hex color #0FB755 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB755 is #F048AA. Grayscale: #797979. Windows color (decimal): -15747243 or 5617423. OLE color: 5617423.
HSL color Cylindrical-coordinate representation of color #0FB755: hue angle of 145º 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 #0FB755 is Cyan = 0.92, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 15 | 183 | 85 | - |
| CMYK | 0.92 | 0 | 0.54 | 0.28 |
| HSL | 145º | 0.85% | 0.39% | - |
| HSV(B) | 145º | 0.92% | 0.72% | - |
| XYZ | 18.77 | 34.62 | 14.29 | - |
| YUV | 121.6 | 107.34 | 51.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 183 | 85 | 0.92 | 0 | 0.54 | 0.28 | 145 | 0.85 | 0.39 |
| Hex | F | B7 | 55 | 5C | 0 | 36 | 1C | 91 | 55 | 27 |
| Octal | 17 | 267 | 125 | 134 | 0 | 66 | 34 | 221 | 125 | 47 |
| Binary | 1111 | 10110111 | 1010101 | 1011100 | 0 | 110110 | 11100 | 10010001 | 1010101 | 100111 |
Color Harmonies of #0FB755
Complementary color
Monochromatic Colors of #0FB755
Black with #0FB755
Text Example
Text Example
White with #0FB755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB755; }
p { color: rgb(15,183,85); }
H1.HeaderClassName
{
color: #0FB755;
}
.AnyTagClassName
{
color: #0FB755;
}
</style>
background-color css
<style>
a { background-color: #0FB755; }
a { background-color: rgb(15,183,85); }
div.DivClassName
{
background-color: #0FB755;
}
.BgClassName
{
background-color: #0FB755;
}
</style>
border-color css
<style>
span { border-color: #0FB755; }
span { border-color: rgb(15,183,85); }
td.TdClassName
{
border-color: #0FB755;
}
.TagClassName
{
border-color: #0FB755;
}
</style>