Shades of Pigment Green #07B855
Tints of Pigment Green #07B855
RGB
CMYK
RGB Variations
Color information
#07B855 (or 0x07B855) is known color: Pigment Green. HEX triplet: 07, B8 and 55. RGB value is (7,184,85). Sum of RGB (Red+Green+Blue) = 7+184+85=276 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.54% from 276); Green value is 184 (72.27% from 255 or 66.67% from 276); Blue value is 85 (33.59% from 255 or 30.80% from 276); Max value from RGB is 184 - color contains mainly: green. Hex color #07B855 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07B855 is #F847AA. Grayscale: #787878. Windows color (decimal): -16271275 or 5617671. OLE color: 5617671.
HSL color Cylindrical-coordinate representation of color #07B855: hue angle of 146.44º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B855 is Cyan = 0.96, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 7 | 184 | 85 | - |
| CMYK | 0.96 | 0 | 0.54 | 0.28 |
| HSL | 146.44º | 0.93% | 0.37% | - |
| HSV(B) | 146.44º | 0.96% | 0.72% | - |
| XYZ | 18.87 | 34.98 | 14.35 | - |
| YUV | 119.79 | 108.36 | 47.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 184 | 85 | 0.96 | 0 | 0.54 | 0.28 | 146.44 | 0.93 | 0.37 |
| Hex | 7 | B8 | 55 | 60 | 0 | 36 | 1C | 92 | 5D | 25 |
| Octal | 7 | 270 | 125 | 140 | 0 | 66 | 34 | 222 | 135 | 45 |
| Binary | 111 | 10111000 | 1010101 | 1100000 | 0 | 110110 | 11100 | 10010010 | 1011101 | 100101 |
Color Harmonies of #07B855
Complementary color
Monochromatic Colors of #07B855
Black with #07B855
Text Example
Text Example
White with #07B855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B855; }
p { color: rgb(7,184,85); }
H1.HeaderClassName
{
color: #07B855;
}
.AnyTagClassName
{
color: #07B855;
}
</style>
background-color css
<style>
a { background-color: #07B855; }
a { background-color: rgb(7,184,85); }
div.DivClassName
{
background-color: #07B855;
}
.BgClassName
{
background-color: #07B855;
}
</style>
border-color css
<style>
span { border-color: #07B855; }
span { border-color: rgb(7,184,85); }
td.TdClassName
{
border-color: #07B855;
}
.TagClassName
{
border-color: #07B855;
}
</style>