Shades of Green #07680C
Tints of Green #07680C
RGB
CMYK
RGB Variations
Color information
#07680C (or 0x07680C) is known color: Green. HEX triplet: 07, 68 and 0C. RGB value is (7,104,12). Sum of RGB (Red+Green+Blue) = 7+104+12=123 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.69% from 123); Green value is 104 (41.02% from 255 or 84.55% from 123); Blue value is 12 (5.08% from 255 or 9.76% from 123); Max value from RGB is 104 - color contains mainly: green. Hex color #07680C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07680C is #F897F3. Grayscale: #404040. Windows color (decimal): -16291828 or 813063. OLE color: 813063.
HSL color Cylindrical-coordinate representation of color #07680C: hue angle of 123.09º 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 #07680C is Cyan = 0.93, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 7 | 104 | 12 | - |
| CMYK | 0.93 | 0 | 0.88 | 0.59 |
| HSL | 123.09º | 0.87% | 0.22% | - |
| HSV(B) | 123.09º | 0.93% | 0.41% | - |
| XYZ | 5.1 | 9.97 | 2 | - |
| YUV | 64.51 | 98.36 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 104 | 12 | 0.93 | 0 | 0.88 | 0.59 | 123.09 | 0.87 | 0.22 |
| Hex | 7 | 68 | C | 5D | 0 | 58 | 3B | 7B | 57 | 16 |
| Octal | 7 | 150 | 14 | 135 | 0 | 130 | 73 | 173 | 127 | 26 |
| Binary | 111 | 1101000 | 1100 | 1011101 | 0 | 1011000 | 111011 | 1111011 | 1010111 | 10110 |
Color Harmonies of #07680C
Complementary color
Monochromatic Colors of #07680C
Black with #07680C
Text Example
Text Example
White with #07680C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07680C; }
p { color: rgb(7,104,12); }
H1.HeaderClassName
{
color: #07680C;
}
.AnyTagClassName
{
color: #07680C;
}
</style>
background-color css
<style>
a { background-color: #07680C; }
a { background-color: rgb(7,104,12); }
div.DivClassName
{
background-color: #07680C;
}
.BgClassName
{
background-color: #07680C;
}
</style>
border-color css
<style>
span { border-color: #07680C; }
span { border-color: rgb(7,104,12); }
td.TdClassName
{
border-color: #07680C;
}
.TagClassName
{
border-color: #07680C;
}
</style>