Shades of Dark Pastel Green #07B940
Tints of Dark Pastel Green #07B940
RGB
CMYK
RGB Variations
Color information
#07B940 (or 0x07B940) is known color: Dark Pastel Green. HEX triplet: 07, B9 and 40. RGB value is (7,185,64). Sum of RGB (Red+Green+Blue) = 7+185+64=256 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.73% from 256); Green value is 185 (72.66% from 255 or 72.27% from 256); Blue value is 64 (25.39% from 255 or 25% from 256); Max value from RGB is 185 - color contains mainly: green. Hex color #07B940 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07B940 is #F846BF. Grayscale: #767676. Windows color (decimal): -16271040 or 4241671. OLE color: 4241671.
HSL color Cylindrical-coordinate representation of color #07B940: hue angle of 139.21º 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 #07B940 is Cyan = 0.96, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 185 | 64 | - |
| CMYK | 0.96 | 0 | 0.65 | 0.27 |
| HSL | 139.21º | 0.93% | 0.38% | - |
| HSV(B) | 139.21º | 0.96% | 0.73% | - |
| XYZ | 18.36 | 35.11 | 10.66 | - |
| YUV | 117.98 | 97.53 | 48.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 185 | 64 | 0.96 | 0 | 0.65 | 0.27 | 139.21 | 0.93 | 0.38 |
| Hex | 7 | B9 | 40 | 60 | 0 | 41 | 1B | 8B | 5D | 26 |
| Octal | 7 | 271 | 100 | 140 | 0 | 101 | 33 | 213 | 135 | 46 |
| Binary | 111 | 10111001 | 1000000 | 1100000 | 0 | 1000001 | 11011 | 10001011 | 1011101 | 100110 |
Color Harmonies of #07B940
Complementary color
Monochromatic Colors of #07B940
Black with #07B940
Text Example
Text Example
White with #07B940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B940; }
p { color: rgb(7,185,64); }
H1.HeaderClassName
{
color: #07B940;
}
.AnyTagClassName
{
color: #07B940;
}
</style>
background-color css
<style>
a { background-color: #07B940; }
a { background-color: rgb(7,185,64); }
div.DivClassName
{
background-color: #07B940;
}
.BgClassName
{
background-color: #07B940;
}
</style>
border-color css
<style>
span { border-color: #07B940; }
span { border-color: rgb(7,185,64); }
td.TdClassName
{
border-color: #07B940;
}
.TagClassName
{
border-color: #07B940;
}
</style>