Shades of Dark Pastel Green #07BA4D
Tints of Dark Pastel Green #07BA4D
RGB
CMYK
RGB Variations
Color information
#07BA4D (or 0x07BA4D) is known color: Dark Pastel Green. HEX triplet: 07, BA and 4D. RGB value is (7,186,77). Sum of RGB (Red+Green+Blue) = 7+186+77=270 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.59% from 270); Green value is 186 (73.05% from 255 or 68.89% from 270); Blue value is 77 (30.47% from 255 or 28.52% from 270); Max value from RGB is 186 - color contains mainly: green. Hex color #07BA4D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07BA4D is #F845B2. Grayscale: #787878. Windows color (decimal): -16270771 or 5093895. OLE color: 5093895.
HSL color Cylindrical-coordinate representation of color #07BA4D: hue angle of 143.46º 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 #07BA4D is Cyan = 0.96, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 186 | 77 | - |
| CMYK | 0.96 | 0 | 0.59 | 0.27 |
| HSL | 143.46º | 0.93% | 0.38% | - |
| HSV(B) | 143.46º | 0.96% | 0.73% | - |
| XYZ | 18.99 | 35.7 | 12.91 | - |
| YUV | 120.05 | 103.7 | 47.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 186 | 77 | 0.96 | 0 | 0.59 | 0.27 | 143.46 | 0.93 | 0.38 |
| Hex | 7 | BA | 4D | 60 | 0 | 3B | 1B | 8F | 5D | 26 |
| Octal | 7 | 272 | 115 | 140 | 0 | 73 | 33 | 217 | 135 | 46 |
| Binary | 111 | 10111010 | 1001101 | 1100000 | 0 | 111011 | 11011 | 10001111 | 1011101 | 100110 |
Color Harmonies of #07BA4D
Complementary color
Monochromatic Colors of #07BA4D
Black with #07BA4D
Text Example
Text Example
White with #07BA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BA4D; }
p { color: rgb(7,186,77); }
H1.HeaderClassName
{
color: #07BA4D;
}
.AnyTagClassName
{
color: #07BA4D;
}
</style>
background-color css
<style>
a { background-color: #07BA4D; }
a { background-color: rgb(7,186,77); }
div.DivClassName
{
background-color: #07BA4D;
}
.BgClassName
{
background-color: #07BA4D;
}
</style>
border-color css
<style>
span { border-color: #07BA4D; }
span { border-color: rgb(7,186,77); }
td.TdClassName
{
border-color: #07BA4D;
}
.TagClassName
{
border-color: #07BA4D;
}
</style>