Shades of Green #07690D
Tints of Green #07690D
RGB
CMYK
RGB Variations
Color information
#07690D (or 0x07690D) is known color: Green. HEX triplet: 07, 69 and 0D. RGB value is (7,105,13). Sum of RGB (Red+Green+Blue) = 7+105+13=125 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.6% from 125); Green value is 105 (41.41% from 255 or 84% from 125); Blue value is 13 (5.47% from 255 or 10.4% from 125); Max value from RGB is 105 - color contains mainly: green. Hex color #07690D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07690D is #F896F2. Grayscale: #414141. Windows color (decimal): -16291571 or 878855. OLE color: 878855.
HSL color Cylindrical-coordinate representation of color #07690D: hue angle of 123.67º degrees, saturation: 0.88, 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 #07690D is Cyan = 0.93, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 7 | 105 | 13 | - |
| CMYK | 0.93 | 0 | 0.88 | 0.59 |
| HSL | 123.67º | 0.88% | 0.22% | - |
| HSV(B) | 123.67º | 0.93% | 0.41% | - |
| XYZ | 5.21 | 10.18 | 2.07 | - |
| YUV | 65.21 | 98.53 | 86.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 105 | 13 | 0.93 | 0 | 0.88 | 0.59 | 123.67 | 0.88 | 0.22 |
| Hex | 7 | 69 | D | 5D | 0 | 58 | 3B | 7C | 58 | 16 |
| Octal | 7 | 151 | 15 | 135 | 0 | 130 | 73 | 174 | 130 | 26 |
| Binary | 111 | 1101001 | 1101 | 1011101 | 0 | 1011000 | 111011 | 1111100 | 1011000 | 10110 |
Color Harmonies of #07690D
Complementary color
Monochromatic Colors of #07690D
Black with #07690D
Text Example
Text Example
White with #07690D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07690D; }
p { color: rgb(7,105,13); }
H1.HeaderClassName
{
color: #07690D;
}
.AnyTagClassName
{
color: #07690D;
}
</style>
background-color css
<style>
a { background-color: #07690D; }
a { background-color: rgb(7,105,13); }
div.DivClassName
{
background-color: #07690D;
}
.BgClassName
{
background-color: #07690D;
}
</style>
border-color css
<style>
span { border-color: #07690D; }
span { border-color: rgb(7,105,13); }
td.TdClassName
{
border-color: #07690D;
}
.TagClassName
{
border-color: #07690D;
}
</style>