Shades of Black Bean #070F06
Tints of Black Bean #070F06
RGB
CMYK
RGB Variations
Color information
#070F06 (or 0x070F06) is known color: Black Bean. HEX triplet: 07, 0F and 06. RGB value is (7,15,6). Sum of RGB (Red+Green+Blue) = 7+15+6=28 (3% of max value = 765). Red value is 7 (3.12% from 255 or 25% from 28); Green value is 15 (6.25% from 255 or 53.57% from 28); Blue value is 6 (2.73% from 255 or 21.43% from 28); Max value from RGB is 15 - color contains mainly: green. Hex color #070F06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070F06 is #F8F0F9. Grayscale: #0B0B0B. Windows color (decimal): -16314618 or 397063. OLE color: 397063.
HSL color Cylindrical-coordinate representation of color #070F06: hue angle of 113.33º degrees, saturation: 0.43, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #070F06 is Cyan = 0.53, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 7 | 15 | 6 | - |
| CMYK | 0.53 | 0 | 0.60 | 0.94 |
| HSL | 113.33º | 0.43% | 0.04% | - |
| HSV(B) | 113.33º | 0.6% | 0.06% | - |
| XYZ | 0.29 | 0.4 | 0.23 | - |
| YUV | 11.58 | 124.85 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 15 | 6 | 0.53 | 0 | 0.60 | 0.94 | 113.33 | 0.43 | 0.04 |
| Hex | 7 | F | 6 | 35 | 0 | 3C | 5E | 71 | 2B | 4 |
| Octal | 7 | 17 | 6 | 65 | 0 | 74 | 136 | 161 | 53 | 4 |
| Binary | 111 | 1111 | 110 | 110101 | 0 | 111100 | 1011110 | 1110001 | 101011 | 100 |
Color Harmonies of #070F06
Complementary color
Monochromatic Colors of #070F06
Black with #070F06
Text Example
Text Example
White with #070F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070F06; }
p { color: rgb(7,15,6); }
H1.HeaderClassName
{
color: #070F06;
}
.AnyTagClassName
{
color: #070F06;
}
</style>
background-color css
<style>
a { background-color: #070F06; }
a { background-color: rgb(7,15,6); }
div.DivClassName
{
background-color: #070F06;
}
.BgClassName
{
background-color: #070F06;
}
</style>
border-color css
<style>
span { border-color: #070F06; }
span { border-color: rgb(7,15,6); }
td.TdClassName
{
border-color: #070F06;
}
.TagClassName
{
border-color: #070F06;
}
</style>