Shades of Green #07650D
Tints of Green #07650D
RGB
CMYK
RGB Variations
Color information
#07650D (or 0x07650D) is known color: Green. HEX triplet: 07, 65 and 0D. RGB value is (7,101,13). Sum of RGB (Red+Green+Blue) = 7+101+13=121 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.79% from 121); Green value is 101 (39.84% from 255 or 83.47% from 121); Blue value is 13 (5.47% from 255 or 10.74% from 121); Max value from RGB is 101 - color contains mainly: green. Hex color #07650D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07650D is #F89AF2. Grayscale: #3F3F3F. Windows color (decimal): -16292595 or 877831. OLE color: 877831.
HSL color Cylindrical-coordinate representation of color #07650D: hue angle of 123.83º 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 #07650D is Cyan = 0.93, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 7 | 101 | 13 | - |
| CMYK | 0.93 | 0 | 0.87 | 0.60 |
| HSL | 123.83º | 0.87% | 0.21% | - |
| HSV(B) | 123.83º | 0.93% | 0.4% | - |
| XYZ | 4.81 | 9.38 | 1.94 | - |
| YUV | 62.86 | 99.86 | 88.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 101 | 13 | 0.93 | 0 | 0.87 | 0.60 | 123.83 | 0.87 | 0.21 |
| Hex | 7 | 65 | D | 5D | 0 | 57 | 3C | 7C | 57 | 15 |
| Octal | 7 | 145 | 15 | 135 | 0 | 127 | 74 | 174 | 127 | 25 |
| Binary | 111 | 1100101 | 1101 | 1011101 | 0 | 1010111 | 111100 | 1111100 | 1010111 | 10101 |
Color Harmonies of #07650D
Complementary color
Monochromatic Colors of #07650D
Black with #07650D
Text Example
Text Example
White with #07650D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07650D; }
p { color: rgb(7,101,13); }
H1.HeaderClassName
{
color: #07650D;
}
.AnyTagClassName
{
color: #07650D;
}
</style>
background-color css
<style>
a { background-color: #07650D; }
a { background-color: rgb(7,101,13); }
div.DivClassName
{
background-color: #07650D;
}
.BgClassName
{
background-color: #07650D;
}
</style>
border-color css
<style>
span { border-color: #07650D; }
span { border-color: rgb(7,101,13); }
td.TdClassName
{
border-color: #07650D;
}
.TagClassName
{
border-color: #07650D;
}
</style>