Shades of Green #07670B
Tints of Green #07670B
RGB
CMYK
RGB Variations
Color information
#07670B (or 0x07670B) is known color: Green. HEX triplet: 07, 67 and 0B. RGB value is (7,103,11). Sum of RGB (Red+Green+Blue) = 7+103+11=121 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.79% from 121); Green value is 103 (40.62% from 255 or 85.12% from 121); Blue value is 11 (4.69% from 255 or 9.09% from 121); Max value from RGB is 103 - color contains mainly: green. Hex color #07670B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07670B is #F898F4. Grayscale: #404040. Windows color (decimal): -16292085 or 747271. OLE color: 747271.
HSL color Cylindrical-coordinate representation of color #07670B: hue angle of 122.5º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07670B is Cyan = 0.93, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 7 | 103 | 11 | - |
| CMYK | 0.93 | 0 | 0.89 | 0.60 |
| HSL | 122.5º | 0.87% | 0.22% | - |
| HSV(B) | 122.5º | 0.93% | 0.4% | - |
| XYZ | 5 | 9.77 | 1.94 | - |
| YUV | 63.81 | 98.2 | 87.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 103 | 11 | 0.93 | 0 | 0.89 | 0.60 | 122.5 | 0.87 | 0.22 |
| Hex | 7 | 67 | B | 5D | 0 | 59 | 3C | 7B | 57 | 16 |
| Octal | 7 | 147 | 13 | 135 | 0 | 131 | 74 | 173 | 127 | 26 |
| Binary | 111 | 1100111 | 1011 | 1011101 | 0 | 1011001 | 111100 | 1111011 | 1010111 | 10110 |
Color Harmonies of #07670B
Complementary color
Monochromatic Colors of #07670B
Black with #07670B
Text Example
Text Example
White with #07670B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07670B; }
p { color: rgb(7,103,11); }
H1.HeaderClassName
{
color: #07670B;
}
.AnyTagClassName
{
color: #07670B;
}
</style>
background-color css
<style>
a { background-color: #07670B; }
a { background-color: rgb(7,103,11); }
div.DivClassName
{
background-color: #07670B;
}
.BgClassName
{
background-color: #07670B;
}
</style>
border-color css
<style>
span { border-color: #07670B; }
span { border-color: rgb(7,103,11); }
td.TdClassName
{
border-color: #07670B;
}
.TagClassName
{
border-color: #07670B;
}
</style>