Shades of Green #09740C
Tints of Green #09740C
RGB
CMYK
RGB Variations
Color information
#09740C (or 0x09740C) is known color: Green. HEX triplet: 09, 74 and 0C. RGB value is (9,116,12). Sum of RGB (Red+Green+Blue) = 9+116+12=137 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.57% from 137); Green value is 116 (45.70% from 255 or 84.67% from 137); Blue value is 12 (5.08% from 255 or 8.76% from 137); Max value from RGB is 116 - color contains mainly: green. Hex color #09740C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #09740C is #F68BF3. Grayscale: #484848. Windows color (decimal): -16157684 or 816137. OLE color: 816137.
HSL color Cylindrical-coordinate representation of color #09740C: hue angle of 121.68º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09740C is Cyan = 0.92, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 9 | 116 | 12 | - |
| CMYK | 0.92 | 0 | 0.90 | 0.55 |
| HSL | 121.68º | 0.86% | 0.25% | - |
| HSV(B) | 121.68º | 0.92% | 0.45% | - |
| XYZ | 6.42 | 12.58 | 2.44 | - |
| YUV | 72.15 | 94.05 | 82.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 116 | 12 | 0.92 | 0 | 0.90 | 0.55 | 121.68 | 0.86 | 0.25 |
| Hex | 9 | 74 | C | 5C | 0 | 5A | 37 | 7A | 56 | 19 |
| Octal | 11 | 164 | 14 | 134 | 0 | 132 | 67 | 172 | 126 | 31 |
| Binary | 1001 | 1110100 | 1100 | 1011100 | 0 | 1011010 | 110111 | 1111010 | 1010110 | 11001 |
Color Harmonies of #09740C
Complementary color
Monochromatic Colors of #09740C
Black with #09740C
Text Example
Text Example
White with #09740C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09740C; }
p { color: rgb(9,116,12); }
H1.HeaderClassName
{
color: #09740C;
}
.AnyTagClassName
{
color: #09740C;
}
</style>
background-color css
<style>
a { background-color: #09740C; }
a { background-color: rgb(9,116,12); }
div.DivClassName
{
background-color: #09740C;
}
.BgClassName
{
background-color: #09740C;
}
</style>
border-color css
<style>
span { border-color: #09740C; }
span { border-color: rgb(9,116,12); }
td.TdClassName
{
border-color: #09740C;
}
.TagClassName
{
border-color: #09740C;
}
</style>