Shades of Free Speech Green #07D922
Tints of Free Speech Green #07D922
RGB
CMYK
RGB Variations
Color information
#07D922 (or 0x07D922) is known color: Free Speech Green. HEX triplet: 07, D9 and 22. RGB value is (7,217,34). Sum of RGB (Red+Green+Blue) = 7+217+34=258 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.71% from 258); Green value is 217 (85.16% from 255 or 84.11% from 258); Blue value is 34 (13.67% from 255 or 13.18% from 258); Max value from RGB is 217 - color contains mainly: green. Hex color #07D922 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07D922 is #F826DD. Grayscale: #858585. Windows color (decimal): -16262878 or 2283783. OLE color: 2283783.
HSL color Cylindrical-coordinate representation of color #07D922: hue angle of 127.71º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07D922 is Cyan = 0.97, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 7 | 217 | 34 | - |
| CMYK | 0.97 | 0 | 0.84 | 0.15 |
| HSL | 127.71º | 0.94% | 0.44% | - |
| HSV(B) | 127.71º | 0.97% | 0.85% | - |
| XYZ | 25.19 | 49.79 | 9.8 | - |
| YUV | 133.35 | 71.93 | 37.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 217 | 34 | 0.97 | 0 | 0.84 | 0.15 | 127.71 | 0.94 | 0.44 |
| Hex | 7 | D9 | 22 | 61 | 0 | 54 | F | 80 | 5E | 2C |
| Octal | 7 | 331 | 42 | 141 | 0 | 124 | 17 | 200 | 136 | 54 |
| Binary | 111 | 11011001 | 100010 | 1100001 | 0 | 1010100 | 1111 | 10000000 | 1011110 | 101100 |
Color Harmonies of #07D922
Complementary color
Monochromatic Colors of #07D922
Black with #07D922
Text Example
Text Example
White with #07D922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07D922; }
p { color: rgb(7,217,34); }
H1.HeaderClassName
{
color: #07D922;
}
.AnyTagClassName
{
color: #07D922;
}
</style>
background-color css
<style>
a { background-color: #07D922; }
a { background-color: rgb(7,217,34); }
div.DivClassName
{
background-color: #07D922;
}
.BgClassName
{
background-color: #07D922;
}
</style>
border-color css
<style>
span { border-color: #07D922; }
span { border-color: rgb(7,217,34); }
td.TdClassName
{
border-color: #07D922;
}
.TagClassName
{
border-color: #07D922;
}
</style>