Shades of Green #09670C
Tints of Green #09670C
RGB
CMYK
RGB Variations
Color information
#09670C (or 0x09670C) is known color: Green. HEX triplet: 09, 67 and 0C. RGB value is (9,103,12). Sum of RGB (Red+Green+Blue) = 9+103+12=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 103 (40.62% from 255 or 83.06% from 124); Blue value is 12 (5.08% from 255 or 9.68% from 124); Max value from RGB is 103 - color contains mainly: green. Hex color #09670C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #09670C is #F698F3. Grayscale: #404040. Windows color (decimal): -16161012 or 812809. OLE color: 812809.
HSL color Cylindrical-coordinate representation of color #09670C: hue angle of 121.91º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09670C is Cyan = 0.91, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 9 | 103 | 12 | - |
| CMYK | 0.91 | 0 | 0.88 | 0.60 |
| HSL | 121.91º | 0.84% | 0.22% | - |
| HSV(B) | 121.91º | 0.91% | 0.4% | - |
| XYZ | 5.03 | 9.79 | 1.97 | - |
| YUV | 64.52 | 98.36 | 88.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 103 | 12 | 0.91 | 0 | 0.88 | 0.60 | 121.91 | 0.84 | 0.22 |
| Hex | 9 | 67 | C | 5B | 0 | 58 | 3C | 7A | 54 | 16 |
| Octal | 11 | 147 | 14 | 133 | 0 | 130 | 74 | 172 | 124 | 26 |
| Binary | 1001 | 1100111 | 1100 | 1011011 | 0 | 1011000 | 111100 | 1111010 | 1010100 | 10110 |
Color Harmonies of #09670C
Complementary color
Monochromatic Colors of #09670C
Black with #09670C
Text Example
Text Example
White with #09670C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09670C; }
p { color: rgb(9,103,12); }
H1.HeaderClassName
{
color: #09670C;
}
.AnyTagClassName
{
color: #09670C;
}
</style>
background-color css
<style>
a { background-color: #09670C; }
a { background-color: rgb(9,103,12); }
div.DivClassName
{
background-color: #09670C;
}
.BgClassName
{
background-color: #09670C;
}
</style>
border-color css
<style>
span { border-color: #09670C; }
span { border-color: rgb(9,103,12); }
td.TdClassName
{
border-color: #09670C;
}
.TagClassName
{
border-color: #09670C;
}
</style>