Shades of Dark Pastel Green #07BB37
Tints of Dark Pastel Green #07BB37
RGB
CMYK
RGB Variations
Color information
#07BB37 (or 0x07BB37) is known color: Dark Pastel Green. HEX triplet: 07, BB and 37. RGB value is (7,187,55). Sum of RGB (Red+Green+Blue) = 7+187+55=249 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.81% from 249); Green value is 187 (73.44% from 255 or 75.10% from 249); Blue value is 55 (21.88% from 255 or 22.09% from 249); Max value from RGB is 187 - color contains mainly: green. Hex color #07BB37 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07BB37 is #F844C8. Grayscale: #767676. Windows color (decimal): -16270537 or 3652359. OLE color: 3652359.
HSL color Cylindrical-coordinate representation of color #07BB37: hue angle of 136º 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 #07BB37 is Cyan = 0.96, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 187 | 55 | - |
| CMYK | 0.96 | 0 | 0.71 | 0.27 |
| HSL | 136º | 0.93% | 0.38% | - |
| HSV(B) | 136º | 0.96% | 0.73% | - |
| XYZ | 18.55 | 35.86 | 9.56 | - |
| YUV | 118.13 | 92.37 | 48.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 187 | 55 | 0.96 | 0 | 0.71 | 0.27 | 136 | 0.93 | 0.38 |
| Hex | 7 | BB | 37 | 60 | 0 | 47 | 1B | 88 | 5D | 26 |
| Octal | 7 | 273 | 67 | 140 | 0 | 107 | 33 | 210 | 135 | 46 |
| Binary | 111 | 10111011 | 110111 | 1100000 | 0 | 1000111 | 11011 | 10001000 | 1011101 | 100110 |
Color Harmonies of #07BB37
Complementary color
Monochromatic Colors of #07BB37
Black with #07BB37
Text Example
Text Example
White with #07BB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BB37; }
p { color: rgb(7,187,55); }
H1.HeaderClassName
{
color: #07BB37;
}
.AnyTagClassName
{
color: #07BB37;
}
</style>
background-color css
<style>
a { background-color: #07BB37; }
a { background-color: rgb(7,187,55); }
div.DivClassName
{
background-color: #07BB37;
}
.BgClassName
{
background-color: #07BB37;
}
</style>
border-color css
<style>
span { border-color: #07BB37; }
span { border-color: rgb(7,187,55); }
td.TdClassName
{
border-color: #07BB37;
}
.TagClassName
{
border-color: #07BB37;
}
</style>