Shades of Free Speech Green #07E006
Tints of Free Speech Green #07E006
RGB
CMYK
RGB Variations
Color information
#07E006 (or 0x07E006) is known color: Free Speech Green. HEX triplet: 07, E0 and 06. RGB value is (7,224,6). Sum of RGB (Red+Green+Blue) = 7+224+6=237 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.95% from 237); Green value is 224 (87.89% from 255 or 94.51% from 237); Blue value is 6 (2.73% from 255 or 2.53% from 237); Max value from RGB is 224 - color contains mainly: green. Hex color #07E006 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07E006 is #F81FF9. Grayscale: #868686. Windows color (decimal): -16261114 or 450567. OLE color: 450567.
HSL color Cylindrical-coordinate representation of color #07E006: hue angle of 119.72º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07E006 is Cyan = 0.97, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 7 | 224 | 6 | - |
| CMYK | 0.97 | 0 | 0.97 | 0.12 |
| HSL | 119.72º | 0.95% | 0.45% | - |
| HSV(B) | 119.72º | 0.97% | 0.88% | - |
| XYZ | 26.78 | 53.37 | 9.06 | - |
| YUV | 134.27 | 55.61 | 37.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 224 | 6 | 0.97 | 0 | 0.97 | 0.12 | 119.72 | 0.95 | 0.45 |
| Hex | 7 | E0 | 6 | 61 | 0 | 61 | C | 78 | 5F | 2D |
| Octal | 7 | 340 | 6 | 141 | 0 | 141 | 14 | 170 | 137 | 55 |
| Binary | 111 | 11100000 | 110 | 1100001 | 0 | 1100001 | 1100 | 1111000 | 1011111 | 101101 |
Color Harmonies of #07E006
Complementary color
Monochromatic Colors of #07E006
Black with #07E006
Text Example
Text Example
White with #07E006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E006; }
p { color: rgb(7,224,6); }
H1.HeaderClassName
{
color: #07E006;
}
.AnyTagClassName
{
color: #07E006;
}
</style>
background-color css
<style>
a { background-color: #07E006; }
a { background-color: rgb(7,224,6); }
div.DivClassName
{
background-color: #07E006;
}
.BgClassName
{
background-color: #07E006;
}
</style>
border-color css
<style>
span { border-color: #07E006; }
span { border-color: rgb(7,224,6); }
td.TdClassName
{
border-color: #07E006;
}
.TagClassName
{
border-color: #07E006;
}
</style>