Shades of Dark Pastel Green #07BA47
Tints of Dark Pastel Green #07BA47
RGB
CMYK
RGB Variations
Color information
#07BA47 (or 0x07BA47) is known color: Dark Pastel Green. HEX triplet: 07, BA and 47. RGB value is (7,186,71). Sum of RGB (Red+Green+Blue) = 7+186+71=264 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.65% from 264); Green value is 186 (73.05% from 255 or 70.45% from 264); Blue value is 71 (28.12% from 255 or 26.89% from 264); Max value from RGB is 186 - color contains mainly: green. Hex color #07BA47 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07BA47 is #F845B8. Grayscale: #777777. Windows color (decimal): -16270777 or 4700679. OLE color: 4700679.
HSL color Cylindrical-coordinate representation of color #07BA47: hue angle of 141.45º 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 #07BA47 is Cyan = 0.96, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 186 | 71 | - |
| CMYK | 0.96 | 0 | 0.62 | 0.27 |
| HSL | 141.45º | 0.93% | 0.38% | - |
| HSV(B) | 141.45º | 0.96% | 0.73% | - |
| XYZ | 18.78 | 35.62 | 11.85 | - |
| YUV | 119.37 | 100.7 | 47.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 186 | 71 | 0.96 | 0 | 0.62 | 0.27 | 141.45 | 0.93 | 0.38 |
| Hex | 7 | BA | 47 | 60 | 0 | 3E | 1B | 8D | 5D | 26 |
| Octal | 7 | 272 | 107 | 140 | 0 | 76 | 33 | 215 | 135 | 46 |
| Binary | 111 | 10111010 | 1000111 | 1100000 | 0 | 111110 | 11011 | 10001101 | 1011101 | 100110 |
Color Harmonies of #07BA47
Complementary color
Monochromatic Colors of #07BA47
Black with #07BA47
Text Example
Text Example
White with #07BA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BA47; }
p { color: rgb(7,186,71); }
H1.HeaderClassName
{
color: #07BA47;
}
.AnyTagClassName
{
color: #07BA47;
}
</style>
background-color css
<style>
a { background-color: #07BA47; }
a { background-color: rgb(7,186,71); }
div.DivClassName
{
background-color: #07BA47;
}
.BgClassName
{
background-color: #07BA47;
}
</style>
border-color css
<style>
span { border-color: #07BA47; }
span { border-color: rgb(7,186,71); }
td.TdClassName
{
border-color: #07BA47;
}
.TagClassName
{
border-color: #07BA47;
}
</style>