Shades of Green #07690F
Tints of Green #07690F
RGB
CMYK
RGB Variations
Color information
#07690F (or 0x07690F) is known color: Green. HEX triplet: 07, 69 and 0F. RGB value is (7,105,15). Sum of RGB (Red+Green+Blue) = 7+105+15=127 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.51% from 127); Green value is 105 (41.41% from 255 or 82.68% from 127); Blue value is 15 (6.25% from 255 or 11.81% from 127); Max value from RGB is 105 - color contains mainly: green. Hex color #07690F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07690F is #F896F0. Grayscale: #414141. Windows color (decimal): -16291569 or 1009927. OLE color: 1009927.
HSL color Cylindrical-coordinate representation of color #07690F: hue angle of 124.9º 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 #07690F is Cyan = 0.93, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 7 | 105 | 15 | - |
| CMYK | 0.93 | 0 | 0.86 | 0.59 |
| HSL | 124.9º | 0.88% | 0.22% | - |
| HSV(B) | 124.9º | 0.93% | 0.41% | - |
| XYZ | 5.23 | 10.18 | 2.14 | - |
| YUV | 65.44 | 99.53 | 86.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 105 | 15 | 0.93 | 0 | 0.86 | 0.59 | 124.9 | 0.88 | 0.22 |
| Hex | 7 | 69 | F | 5D | 0 | 56 | 3B | 7D | 58 | 16 |
| Octal | 7 | 151 | 17 | 135 | 0 | 126 | 73 | 175 | 130 | 26 |
| Binary | 111 | 1101001 | 1111 | 1011101 | 0 | 1010110 | 111011 | 1111101 | 1011000 | 10110 |
Color Harmonies of #07690F
Complementary color
Monochromatic Colors of #07690F
Black with #07690F
Text Example
Text Example
White with #07690F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07690F; }
p { color: rgb(7,105,15); }
H1.HeaderClassName
{
color: #07690F;
}
.AnyTagClassName
{
color: #07690F;
}
</style>
background-color css
<style>
a { background-color: #07690F; }
a { background-color: rgb(7,105,15); }
div.DivClassName
{
background-color: #07690F;
}
.BgClassName
{
background-color: #07690F;
}
</style>
border-color css
<style>
span { border-color: #07690F; }
span { border-color: rgb(7,105,15); }
td.TdClassName
{
border-color: #07690F;
}
.TagClassName
{
border-color: #07690F;
}
</style>