Shades of Free Speech Green #0BD706
Tints of Free Speech Green #0BD706
RGB
CMYK
RGB Variations
Color information
#0BD706 (or 0x0BD706) is known color: Free Speech Green. HEX triplet: 0B, D7 and 06. RGB value is (11,215,6). Sum of RGB (Red+Green+Blue) = 11+215+6=232 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.74% from 232); Green value is 215 (84.38% from 255 or 92.67% from 232); Blue value is 6 (2.73% from 255 or 2.59% from 232); Max value from RGB is 215 - color contains mainly: green. Hex color #0BD706 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BD706 is #F428F9. Grayscale: #828282. Windows color (decimal): -16001274 or 448267. OLE color: 448267.
HSL color Cylindrical-coordinate representation of color #0BD706: hue angle of 118.56º 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 #0BD706 is Cyan = 0.95, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 11 | 215 | 6 | - |
| CMYK | 0.95 | 0 | 0.97 | 0.16 |
| HSL | 118.56º | 0.95% | 0.43% | - |
| HSV(B) | 118.56º | 0.97% | 0.84% | - |
| XYZ | 24.47 | 48.69 | 8.28 | - |
| YUV | 130.18 | 57.91 | 42.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 215 | 6 | 0.95 | 0 | 0.97 | 0.16 | 118.56 | 0.95 | 0.43 |
| Hex | B | D7 | 6 | 5F | 0 | 61 | 10 | 77 | 5F | 2B |
| Octal | 13 | 327 | 6 | 137 | 0 | 141 | 20 | 167 | 137 | 53 |
| Binary | 1011 | 11010111 | 110 | 1011111 | 0 | 1100001 | 10000 | 1110111 | 1011111 | 101011 |
Color Harmonies of #0BD706
Complementary color
Monochromatic Colors of #0BD706
Black with #0BD706
Text Example
Text Example
White with #0BD706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD706; }
p { color: rgb(11,215,6); }
H1.HeaderClassName
{
color: #0BD706;
}
.AnyTagClassName
{
color: #0BD706;
}
</style>
background-color css
<style>
a { background-color: #0BD706; }
a { background-color: rgb(11,215,6); }
div.DivClassName
{
background-color: #0BD706;
}
.BgClassName
{
background-color: #0BD706;
}
</style>
border-color css
<style>
span { border-color: #0BD706; }
span { border-color: rgb(11,215,6); }
td.TdClassName
{
border-color: #0BD706;
}
.TagClassName
{
border-color: #0BD706;
}
</style>