Shades of Green #07680D
Tints of Green #07680D
RGB
CMYK
RGB Variations
Color information
#07680D (or 0x07680D) is known color: Green. HEX triplet: 07, 68 and 0D. RGB value is (7,104,13). Sum of RGB (Red+Green+Blue) = 7+104+13=124 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.65% from 124); Green value is 104 (41.02% from 255 or 83.87% from 124); Blue value is 13 (5.47% from 255 or 10.48% from 124); Max value from RGB is 104 - color contains mainly: green. Hex color #07680D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07680D is #F897F2. Grayscale: #404040. Windows color (decimal): -16291827 or 878599. OLE color: 878599.
HSL color Cylindrical-coordinate representation of color #07680D: hue angle of 123.71º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07680D is Cyan = 0.93, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 7 | 104 | 13 | - |
| CMYK | 0.93 | 0 | 0.88 | 0.59 |
| HSL | 123.71º | 0.87% | 0.22% | - |
| HSV(B) | 123.71º | 0.93% | 0.41% | - |
| XYZ | 5.11 | 9.97 | 2.04 | - |
| YUV | 64.62 | 98.86 | 86.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 104 | 13 | 0.93 | 0 | 0.88 | 0.59 | 123.71 | 0.87 | 0.22 |
| Hex | 7 | 68 | D | 5D | 0 | 58 | 3B | 7C | 57 | 16 |
| Octal | 7 | 150 | 15 | 135 | 0 | 130 | 73 | 174 | 127 | 26 |
| Binary | 111 | 1101000 | 1101 | 1011101 | 0 | 1011000 | 111011 | 1111100 | 1010111 | 10110 |
Color Harmonies of #07680D
Complementary color
Monochromatic Colors of #07680D
Black with #07680D
Text Example
Text Example
White with #07680D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07680D; }
p { color: rgb(7,104,13); }
H1.HeaderClassName
{
color: #07680D;
}
.AnyTagClassName
{
color: #07680D;
}
</style>
background-color css
<style>
a { background-color: #07680D; }
a { background-color: rgb(7,104,13); }
div.DivClassName
{
background-color: #07680D;
}
.BgClassName
{
background-color: #07680D;
}
</style>
border-color css
<style>
span { border-color: #07680D; }
span { border-color: rgb(7,104,13); }
td.TdClassName
{
border-color: #07680D;
}
.TagClassName
{
border-color: #07680D;
}
</style>