Shades of Free Speech Green #07E206
Tints of Free Speech Green #07E206
RGB
CMYK
RGB Variations
Color information
#07E206 (or 0x07E206) is known color: Free Speech Green. HEX triplet: 07, E2 and 06. RGB value is (7,226,6). Sum of RGB (Red+Green+Blue) = 7+226+6=239 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.93% from 239); Green value is 226 (88.67% from 255 or 94.56% from 239); Blue value is 6 (2.73% from 255 or 2.51% from 239); Max value from RGB is 226 - color contains mainly: green. Hex color #07E206 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07E206 is #F81DF9. Grayscale: #888888. Windows color (decimal): -16260602 or 451079. OLE color: 451079.
HSL color Cylindrical-coordinate representation of color #07E206: hue angle of 119.73º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07E206 is Cyan = 0.97, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 7 | 226 | 6 | - |
| CMYK | 0.97 | 0 | 0.97 | 0.11 |
| HSL | 119.73º | 0.95% | 0.45% | - |
| HSV(B) | 119.73º | 0.97% | 0.89% | - |
| XYZ | 27.32 | 54.45 | 9.24 | - |
| YUV | 135.44 | 54.95 | 36.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 226 | 6 | 0.97 | 0 | 0.97 | 0.11 | 119.73 | 0.95 | 0.45 |
| Hex | 7 | E2 | 6 | 61 | 0 | 61 | B | 78 | 5F | 2D |
| Octal | 7 | 342 | 6 | 141 | 0 | 141 | 13 | 170 | 137 | 55 |
| Binary | 111 | 11100010 | 110 | 1100001 | 0 | 1100001 | 1011 | 1111000 | 1011111 | 101101 |
Color Harmonies of #07E206
Complementary color
Monochromatic Colors of #07E206
Black with #07E206
Text Example
Text Example
White with #07E206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E206; }
p { color: rgb(7,226,6); }
H1.HeaderClassName
{
color: #07E206;
}
.AnyTagClassName
{
color: #07E206;
}
</style>
background-color css
<style>
a { background-color: #07E206; }
a { background-color: rgb(7,226,6); }
div.DivClassName
{
background-color: #07E206;
}
.BgClassName
{
background-color: #07E206;
}
</style>
border-color css
<style>
span { border-color: #07E206; }
span { border-color: rgb(7,226,6); }
td.TdClassName
{
border-color: #07E206;
}
.TagClassName
{
border-color: #07E206;
}
</style>