Shades of Pigment Green #07BB5E
Tints of Pigment Green #07BB5E
RGB
CMYK
RGB Variations
Color information
#07BB5E (or 0x07BB5E) is known color: Pigment Green. HEX triplet: 07, BB and 5E. RGB value is (7,187,94). Sum of RGB (Red+Green+Blue) = 7+187+94=288 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.43% from 288); Green value is 187 (73.44% from 255 or 64.93% from 288); Blue value is 94 (37.11% from 255 or 32.64% from 288); Max value from RGB is 187 - color contains mainly: green. Hex color #07BB5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07BB5E is #F844A1. Grayscale: #7A7A7A. Windows color (decimal): -16270498 or 6208263. OLE color: 6208263.
HSL color Cylindrical-coordinate representation of color #07BB5E: hue angle of 149º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BB5E is Cyan = 0.96, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 187 | 94 | - |
| CMYK | 0.96 | 0 | 0.50 | 0.27 |
| HSL | 149º | 0.93% | 0.38% | - |
| HSV(B) | 149º | 0.96% | 0.73% | - |
| XYZ | 19.88 | 36.39 | 16.57 | - |
| YUV | 122.58 | 111.87 | 45.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 187 | 94 | 0.96 | 0 | 0.50 | 0.27 | 149 | 0.93 | 0.38 |
| Hex | 7 | BB | 5E | 60 | 0 | 32 | 1B | 95 | 5D | 26 |
| Octal | 7 | 273 | 136 | 140 | 0 | 62 | 33 | 225 | 135 | 46 |
| Binary | 111 | 10111011 | 1011110 | 1100000 | 0 | 110010 | 11011 | 10010101 | 1011101 | 100110 |
Color Harmonies of #07BB5E
Complementary color
Monochromatic Colors of #07BB5E
Black with #07BB5E
Text Example
Text Example
White with #07BB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BB5E; }
p { color: rgb(7,187,94); }
H1.HeaderClassName
{
color: #07BB5E;
}
.AnyTagClassName
{
color: #07BB5E;
}
</style>
background-color css
<style>
a { background-color: #07BB5E; }
a { background-color: rgb(7,187,94); }
div.DivClassName
{
background-color: #07BB5E;
}
.BgClassName
{
background-color: #07BB5E;
}
</style>
border-color css
<style>
span { border-color: #07BB5E; }
span { border-color: rgb(7,187,94); }
td.TdClassName
{
border-color: #07BB5E;
}
.TagClassName
{
border-color: #07BB5E;
}
</style>