Shades of Green #09620B
Tints of Green #09620B
RGB
CMYK
RGB Variations
Color information
#09620B (or 0x09620B) is known color: Green. HEX triplet: 09, 62 and 0B. RGB value is (9,98,11). Sum of RGB (Red+Green+Blue) = 9+98+11=118 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.63% from 118); Green value is 98 (38.67% from 255 or 83.05% from 118); Blue value is 11 (4.69% from 255 or 9.32% from 118); Max value from RGB is 98 - color contains mainly: green. Hex color #09620B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #09620B is #F69DF4. Grayscale: #3D3D3D. Windows color (decimal): -16162293 or 745993. OLE color: 745993.
HSL color Cylindrical-coordinate representation of color #09620B: hue angle of 121.35º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09620B is Cyan = 0.91, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 98 | 11 | - |
| CMYK | 0.91 | 0 | 0.89 | 0.62 |
| HSL | 121.35º | 0.83% | 0.21% | - |
| HSV(B) | 121.35º | 0.91% | 0.38% | - |
| XYZ | 4.54 | 8.82 | 1.78 | - |
| YUV | 61.47 | 99.51 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 98 | 11 | 0.91 | 0 | 0.89 | 0.62 | 121.35 | 0.83 | 0.21 |
| Hex | 9 | 62 | B | 5B | 0 | 59 | 3E | 79 | 53 | 15 |
| Octal | 11 | 142 | 13 | 133 | 0 | 131 | 76 | 171 | 123 | 25 |
| Binary | 1001 | 1100010 | 1011 | 1011011 | 0 | 1011001 | 111110 | 1111001 | 1010011 | 10101 |
Color Harmonies of #09620B
Complementary color
Monochromatic Colors of #09620B
Black with #09620B
Text Example
Text Example
White with #09620B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09620B; }
p { color: rgb(9,98,11); }
H1.HeaderClassName
{
color: #09620B;
}
.AnyTagClassName
{
color: #09620B;
}
</style>
background-color css
<style>
a { background-color: #09620B; }
a { background-color: rgb(9,98,11); }
div.DivClassName
{
background-color: #09620B;
}
.BgClassName
{
background-color: #09620B;
}
</style>
border-color css
<style>
span { border-color: #09620B; }
span { border-color: rgb(9,98,11); }
td.TdClassName
{
border-color: #09620B;
}
.TagClassName
{
border-color: #09620B;
}
</style>