Shades of Dark Pastel Green #07B946
Tints of Dark Pastel Green #07B946
RGB
CMYK
RGB Variations
Color information
#07B946 (or 0x07B946) is known color: Dark Pastel Green. HEX triplet: 07, B9 and 46. RGB value is (7,185,70). Sum of RGB (Red+Green+Blue) = 7+185+70=262 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.67% from 262); Green value is 185 (72.66% from 255 or 70.61% from 262); Blue value is 70 (27.73% from 255 or 26.72% from 262); Max value from RGB is 185 - color contains mainly: green. Hex color #07B946 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07B946 is #F846B9. Grayscale: #767676. Windows color (decimal): -16271034 or 4634887. OLE color: 4634887.
HSL color Cylindrical-coordinate representation of color #07B946: hue angle of 141.24º 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 #07B946 is Cyan = 0.96, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 185 | 70 | - |
| CMYK | 0.96 | 0 | 0.62 | 0.27 |
| HSL | 141.24º | 0.93% | 0.38% | - |
| HSV(B) | 141.24º | 0.96% | 0.73% | - |
| XYZ | 18.54 | 35.19 | 11.61 | - |
| YUV | 118.67 | 100.53 | 48.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 185 | 70 | 0.96 | 0 | 0.62 | 0.27 | 141.24 | 0.93 | 0.38 |
| Hex | 7 | B9 | 46 | 60 | 0 | 3E | 1B | 8D | 5D | 26 |
| Octal | 7 | 271 | 106 | 140 | 0 | 76 | 33 | 215 | 135 | 46 |
| Binary | 111 | 10111001 | 1000110 | 1100000 | 0 | 111110 | 11011 | 10001101 | 1011101 | 100110 |
Color Harmonies of #07B946
Complementary color
Monochromatic Colors of #07B946
Black with #07B946
Text Example
Text Example
White with #07B946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B946; }
p { color: rgb(7,185,70); }
H1.HeaderClassName
{
color: #07B946;
}
.AnyTagClassName
{
color: #07B946;
}
</style>
background-color css
<style>
a { background-color: #07B946; }
a { background-color: rgb(7,185,70); }
div.DivClassName
{
background-color: #07B946;
}
.BgClassName
{
background-color: #07B946;
}
</style>
border-color css
<style>
span { border-color: #07B946; }
span { border-color: rgb(7,185,70); }
td.TdClassName
{
border-color: #07B946;
}
.TagClassName
{
border-color: #07B946;
}
</style>