Shades of Green #07660F
Tints of Green #07660F
RGB
CMYK
RGB Variations
Color information
#07660F (or 0x07660F) is known color: Green. HEX triplet: 07, 66 and 0F. RGB value is (7,102,15). Sum of RGB (Red+Green+Blue) = 7+102+15=124 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.65% from 124); Green value is 102 (40.23% from 255 or 82.26% from 124); Blue value is 15 (6.25% from 255 or 12.10% from 124); Max value from RGB is 102 - color contains mainly: green. Hex color #07660F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07660F is #F899F0. Grayscale: #3F3F3F. Windows color (decimal): -16292337 or 1009159. OLE color: 1009159.
HSL color Cylindrical-coordinate representation of color #07660F: hue angle of 125.05º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07660F is Cyan = 0.93, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 7 | 102 | 15 | - |
| CMYK | 0.93 | 0 | 0.85 | 0.6 |
| HSL | 125.05º | 0.87% | 0.21% | - |
| HSV(B) | 125.05º | 0.93% | 0.4% | - |
| XYZ | 4.93 | 9.58 | 2.04 | - |
| YUV | 63.68 | 100.53 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 102 | 15 | 0.93 | 0 | 0.85 | 0.6 | 125.05 | 0.87 | 0.21 |
| Hex | 7 | 66 | F | 5D | 0 | 55 | 3C | 7D | 57 | 15 |
| Octal | 7 | 146 | 17 | 135 | 0 | 125 | 74 | 175 | 127 | 25 |
| Binary | 111 | 1100110 | 1111 | 1011101 | 0 | 1010101 | 111100 | 1111101 | 1010111 | 10101 |
Color Harmonies of #07660F
Complementary color
Monochromatic Colors of #07660F
Black with #07660F
Text Example
Text Example
White with #07660F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07660F; }
p { color: rgb(7,102,15); }
H1.HeaderClassName
{
color: #07660F;
}
.AnyTagClassName
{
color: #07660F;
}
</style>
background-color css
<style>
a { background-color: #07660F; }
a { background-color: rgb(7,102,15); }
div.DivClassName
{
background-color: #07660F;
}
.BgClassName
{
background-color: #07660F;
}
</style>
border-color css
<style>
span { border-color: #07660F; }
span { border-color: rgb(7,102,15); }
td.TdClassName
{
border-color: #07660F;
}
.TagClassName
{
border-color: #07660F;
}
</style>