Shades of Free Speech Green #06D70C
Tints of Free Speech Green #06D70C
RGB
CMYK
RGB Variations
Color information
#06D70C (or 0x06D70C) is known color: Free Speech Green. HEX triplet: 06, D7 and 0C. RGB value is (6,215,12). Sum of RGB (Red+Green+Blue) = 6+215+12=233 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.58% from 233); Green value is 215 (84.38% from 255 or 92.27% from 233); Blue value is 12 (5.08% from 255 or 5.15% from 233); Max value from RGB is 215 - color contains mainly: green. Hex color #06D70C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06D70C is #F928F3. Grayscale: #818181. Windows color (decimal): -16328948 or 841478. OLE color: 841478.
HSL color Cylindrical-coordinate representation of color #06D70C: hue angle of 121.72º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06D70C is Cyan = 0.97, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 6 | 215 | 12 | - |
| CMYK | 0.97 | 0 | 0.94 | 0.16 |
| HSL | 121.72º | 0.95% | 0.43% | - |
| HSV(B) | 121.72º | 0.97% | 0.84% | - |
| XYZ | 24.44 | 48.67 | 8.45 | - |
| YUV | 129.37 | 61.76 | 40.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 215 | 12 | 0.97 | 0 | 0.94 | 0.16 | 121.72 | 0.95 | 0.43 |
| Hex | 6 | D7 | C | 61 | 0 | 5E | 10 | 7A | 5F | 2B |
| Octal | 6 | 327 | 14 | 141 | 0 | 136 | 20 | 172 | 137 | 53 |
| Binary | 110 | 11010111 | 1100 | 1100001 | 0 | 1011110 | 10000 | 1111010 | 1011111 | 101011 |
Color Harmonies of #06D70C
Complementary color
Monochromatic Colors of #06D70C
Black with #06D70C
Text Example
Text Example
White with #06D70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06D70C; }
p { color: rgb(6,215,12); }
H1.HeaderClassName
{
color: #06D70C;
}
.AnyTagClassName
{
color: #06D70C;
}
</style>
background-color css
<style>
a { background-color: #06D70C; }
a { background-color: rgb(6,215,12); }
div.DivClassName
{
background-color: #06D70C;
}
.BgClassName
{
background-color: #06D70C;
}
</style>
border-color css
<style>
span { border-color: #06D70C; }
span { border-color: rgb(6,215,12); }
td.TdClassName
{
border-color: #06D70C;
}
.TagClassName
{
border-color: #06D70C;
}
</style>