Shades of Free Speech Green #07CB0A
Tints of Free Speech Green #07CB0A
RGB
CMYK
RGB Variations
Color information
#07CB0A (or 0x07CB0A) is known color: Free Speech Green. HEX triplet: 07, CB and 0A. RGB value is (7,203,10). Sum of RGB (Red+Green+Blue) = 7+203+10=220 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.18% from 220); Green value is 203 (79.69% from 255 or 92.27% from 220); Blue value is 10 (4.30% from 255 or 4.55% from 220); Max value from RGB is 203 - color contains mainly: green. Hex color #07CB0A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07CB0A is #F834F5. Grayscale: #7A7A7A. Windows color (decimal): -16266486 or 707335. OLE color: 707335.
HSL color Cylindrical-coordinate representation of color #07CB0A: hue angle of 120.92º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CB0A is Cyan = 0.97, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 203 | 10 | - |
| CMYK | 0.97 | 0 | 0.95 | 0.20 |
| HSL | 120.92º | 0.93% | 0.41% | - |
| HSV(B) | 120.92º | 0.97% | 0.8% | - |
| XYZ | 21.5 | 42.78 | 7.41 | - |
| YUV | 122.39 | 64.57 | 45.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 203 | 10 | 0.97 | 0 | 0.95 | 0.20 | 120.92 | 0.93 | 0.41 |
| Hex | 7 | CB | A | 61 | 0 | 5F | 14 | 79 | 5D | 29 |
| Octal | 7 | 313 | 12 | 141 | 0 | 137 | 24 | 171 | 135 | 51 |
| Binary | 111 | 11001011 | 1010 | 1100001 | 0 | 1011111 | 10100 | 1111001 | 1011101 | 101001 |
Color Harmonies of #07CB0A
Complementary color
Monochromatic Colors of #07CB0A
Black with #07CB0A
Text Example
Text Example
White with #07CB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CB0A; }
p { color: rgb(7,203,10); }
H1.HeaderClassName
{
color: #07CB0A;
}
.AnyTagClassName
{
color: #07CB0A;
}
</style>
background-color css
<style>
a { background-color: #07CB0A; }
a { background-color: rgb(7,203,10); }
div.DivClassName
{
background-color: #07CB0A;
}
.BgClassName
{
background-color: #07CB0A;
}
</style>
border-color css
<style>
span { border-color: #07CB0A; }
span { border-color: rgb(7,203,10); }
td.TdClassName
{
border-color: #07CB0A;
}
.TagClassName
{
border-color: #07CB0A;
}
</style>