Shades of Green #09630C
Tints of Green #09630C
RGB
CMYK
RGB Variations
Color information
#09630C (or 0x09630C) is known color: Green. HEX triplet: 09, 63 and 0C. RGB value is (9,99,12). Sum of RGB (Red+Green+Blue) = 9+99+12=120 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.5% from 120); Green value is 99 (39.06% from 255 or 82.5% from 120); Blue value is 12 (5.08% from 255 or 10% from 120); Max value from RGB is 99 - color contains mainly: green. Hex color #09630C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #09630C is #F69CF3. Grayscale: #3E3E3E. Windows color (decimal): -16162036 or 811785. OLE color: 811785.
HSL color Cylindrical-coordinate representation of color #09630C: hue angle of 122º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09630C is Cyan = 0.91, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 9 | 99 | 12 | - |
| CMYK | 0.91 | 0 | 0.88 | 0.61 |
| HSL | 122º | 0.83% | 0.21% | - |
| HSV(B) | 122º | 0.91% | 0.39% | - |
| XYZ | 4.64 | 9.01 | 1.84 | - |
| YUV | 62.17 | 99.68 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 99 | 12 | 0.91 | 0 | 0.88 | 0.61 | 122 | 0.83 | 0.21 |
| Hex | 9 | 63 | C | 5B | 0 | 58 | 3D | 7A | 53 | 15 |
| Octal | 11 | 143 | 14 | 133 | 0 | 130 | 75 | 172 | 123 | 25 |
| Binary | 1001 | 1100011 | 1100 | 1011011 | 0 | 1011000 | 111101 | 1111010 | 1010011 | 10101 |
Color Harmonies of #09630C
Complementary color
Monochromatic Colors of #09630C
Black with #09630C
Text Example
Text Example
White with #09630C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09630C; }
p { color: rgb(9,99,12); }
H1.HeaderClassName
{
color: #09630C;
}
.AnyTagClassName
{
color: #09630C;
}
</style>
background-color css
<style>
a { background-color: #09630C; }
a { background-color: rgb(9,99,12); }
div.DivClassName
{
background-color: #09630C;
}
.BgClassName
{
background-color: #09630C;
}
</style>
border-color css
<style>
span { border-color: #09630C; }
span { border-color: rgb(9,99,12); }
td.TdClassName
{
border-color: #09630C;
}
.TagClassName
{
border-color: #09630C;
}
</style>