Shades of Dark Pastel Green #07B921
Tints of Dark Pastel Green #07B921
RGB
CMYK
RGB Variations
Color information
#07B921 (or 0x07B921) is known color: Dark Pastel Green. HEX triplet: 07, B9 and 21. RGB value is (7,185,33). Sum of RGB (Red+Green+Blue) = 7+185+33=225 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.11% from 225); Green value is 185 (72.66% from 255 or 82.22% from 225); Blue value is 33 (13.28% from 255 or 14.67% from 225); Max value from RGB is 185 - color contains mainly: green. Hex color #07B921 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07B921 is #F846DE. Grayscale: #727272. Windows color (decimal): -16271071 or 2210055. OLE color: 2210055.
HSL color Cylindrical-coordinate representation of color #07B921: hue angle of 128.76º 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 #07B921 is Cyan = 0.96, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 185 | 33 | - |
| CMYK | 0.96 | 0 | 0.82 | 0.27 |
| HSL | 128.76º | 0.93% | 0.38% | - |
| HSV(B) | 128.76º | 0.96% | 0.73% | - |
| XYZ | 17.71 | 34.85 | 7.23 | - |
| YUV | 114.45 | 82.03 | 51.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 185 | 33 | 0.96 | 0 | 0.82 | 0.27 | 128.76 | 0.93 | 0.38 |
| Hex | 7 | B9 | 21 | 60 | 0 | 52 | 1B | 81 | 5D | 26 |
| Octal | 7 | 271 | 41 | 140 | 0 | 122 | 33 | 201 | 135 | 46 |
| Binary | 111 | 10111001 | 100001 | 1100000 | 0 | 1010010 | 11011 | 10000001 | 1011101 | 100110 |
Color Harmonies of #07B921
Complementary color
Monochromatic Colors of #07B921
Black with #07B921
Text Example
Text Example
White with #07B921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B921; }
p { color: rgb(7,185,33); }
H1.HeaderClassName
{
color: #07B921;
}
.AnyTagClassName
{
color: #07B921;
}
</style>
background-color css
<style>
a { background-color: #07B921; }
a { background-color: rgb(7,185,33); }
div.DivClassName
{
background-color: #07B921;
}
.BgClassName
{
background-color: #07B921;
}
</style>
border-color css
<style>
span { border-color: #07B921; }
span { border-color: rgb(7,185,33); }
td.TdClassName
{
border-color: #07B921;
}
.TagClassName
{
border-color: #07B921;
}
</style>