Shades of Green #076509
Tints of Green #076509
RGB
CMYK
RGB Variations
Color information
#076509 (or 0x076509) is known color: Green. HEX triplet: 07, 65 and 09. RGB value is (7,101,9). Sum of RGB (Red+Green+Blue) = 7+101+9=117 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.98% from 117); Green value is 101 (39.84% from 255 or 86.32% from 117); Blue value is 9 (3.91% from 255 or 7.69% from 117); Max value from RGB is 101 - color contains mainly: green. Hex color #076509 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076509 is #F89AF6. Grayscale: #3E3E3E. Windows color (decimal): -16292599 or 615687. OLE color: 615687.
HSL color Cylindrical-coordinate representation of color #076509: hue angle of 121.28º 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 #076509 is Cyan = 0.93, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 7 | 101 | 9 | - |
| CMYK | 0.93 | 0 | 0.91 | 0.60 |
| HSL | 121.28º | 0.87% | 0.21% | - |
| HSV(B) | 121.28º | 0.93% | 0.4% | - |
| XYZ | 4.79 | 9.37 | 1.81 | - |
| YUV | 62.41 | 97.86 | 88.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 101 | 9 | 0.93 | 0 | 0.91 | 0.60 | 121.28 | 0.87 | 0.21 |
| Hex | 7 | 65 | 9 | 5D | 0 | 5B | 3C | 79 | 57 | 15 |
| Octal | 7 | 145 | 11 | 135 | 0 | 133 | 74 | 171 | 127 | 25 |
| Binary | 111 | 1100101 | 1001 | 1011101 | 0 | 1011011 | 111100 | 1111001 | 1010111 | 10101 |
Color Harmonies of #076509
Complementary color
Monochromatic Colors of #076509
Black with #076509
Text Example
Text Example
White with #076509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076509; }
p { color: rgb(7,101,9); }
H1.HeaderClassName
{
color: #076509;
}
.AnyTagClassName
{
color: #076509;
}
</style>
background-color css
<style>
a { background-color: #076509; }
a { background-color: rgb(7,101,9); }
div.DivClassName
{
background-color: #076509;
}
.BgClassName
{
background-color: #076509;
}
</style>
border-color css
<style>
span { border-color: #076509; }
span { border-color: rgb(7,101,9); }
td.TdClassName
{
border-color: #076509;
}
.TagClassName
{
border-color: #076509;
}
</style>