Shades of Green #007509
Tints of Green #007509
RGB
CMYK
RGB Variations
Color information
#007509 (or 0x007509) is known color: Green. HEX triplet: 00, 75 and 09. RGB value is (0,117,9). Sum of RGB (Red+Green+Blue) = 0+117+9=126 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 126); Green value is 117 (46.09% from 255 or 92.86% from 126); Blue value is 9 (3.91% from 255 or 7.14% from 126); Max value from RGB is 117 - color contains mainly: green. Hex color #007509 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007509 is #FF8AF6. Grayscale: #464646. Windows color (decimal): -16747255 or 619776. OLE color: 619776.
HSL color Cylindrical-coordinate representation of color #007509: hue angle of 124.62º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007509 is Cyan = 1, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 117 | 9 | - |
| CMYK | 1 | 0 | 0.92 | 0.54 |
| HSL | 124.62º | 1% | 0.23% | - |
| HSV(B) | 124.62º | 1% | 0.46% | - |
| XYZ | 6.41 | 12.74 | 2.38 | - |
| YUV | 69.71 | 93.74 | 78.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 117 | 9 | 1 | 0 | 0.92 | 0.54 | 124.62 | 1 | 0.23 |
| Hex | 0 | 75 | 9 | 64 | 0 | 5C | 36 | 7D | 64 | 17 |
| Octal | 0 | 165 | 11 | 144 | 0 | 134 | 66 | 175 | 144 | 27 |
| Binary | 0 | 1110101 | 1001 | 1100100 | 0 | 1011100 | 110110 | 1111101 | 1100100 | 10111 |
Color Harmonies of #007509
Complementary color
Monochromatic Colors of #007509
Black with #007509
Text Example
Text Example
White with #007509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007509; }
p { color: rgb(0,117,9); }
H1.HeaderClassName
{
color: #007509;
}
.AnyTagClassName
{
color: #007509;
}
</style>
background-color css
<style>
a { background-color: #007509; }
a { background-color: rgb(0,117,9); }
div.DivClassName
{
background-color: #007509;
}
.BgClassName
{
background-color: #007509;
}
</style>
border-color css
<style>
span { border-color: #007509; }
span { border-color: rgb(0,117,9); }
td.TdClassName
{
border-color: #007509;
}
.TagClassName
{
border-color: #007509;
}
</style>