Shades of Green #11620A
Tints of Green #11620A
RGB
CMYK
RGB Variations
Color information
#11620A (or 0x11620A) is known color: Green. HEX triplet: 11, 62 and 0A. RGB value is (17,98,10). Sum of RGB (Red+Green+Blue) = 17+98+10=125 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.6% from 125); Green value is 98 (38.67% from 255 or 78.4% from 125); Blue value is 10 (4.30% from 255 or 8% from 125); Max value from RGB is 98 - color contains mainly: green. Hex color #11620A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #11620A is #EE9DF5. Grayscale: #404040. Windows color (decimal): -15638006 or 680465. OLE color: 680465.
HSL color Cylindrical-coordinate representation of color #11620A: hue angle of 115.23º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11620A is Cyan = 0.83, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 98 | 10 | - |
| CMYK | 0.83 | 0 | 0.90 | 0.62 |
| HSL | 115.23º | 0.81% | 0.21% | - |
| HSV(B) | 115.23º | 0.9% | 0.38% | - |
| XYZ | 4.65 | 8.88 | 1.76 | - |
| YUV | 63.75 | 97.66 | 94.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 98 | 10 | 0.83 | 0 | 0.90 | 0.62 | 115.23 | 0.81 | 0.21 |
| Hex | 11 | 62 | A | 53 | 0 | 5A | 3E | 73 | 51 | 15 |
| Octal | 21 | 142 | 12 | 123 | 0 | 132 | 76 | 163 | 121 | 25 |
| Binary | 10001 | 1100010 | 1010 | 1010011 | 0 | 1011010 | 111110 | 1110011 | 1010001 | 10101 |
Color Harmonies of #11620A
Complementary color
Monochromatic Colors of #11620A
Black with #11620A
Text Example
Text Example
White with #11620A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11620A; }
p { color: rgb(17,98,10); }
H1.HeaderClassName
{
color: #11620A;
}
.AnyTagClassName
{
color: #11620A;
}
</style>
background-color css
<style>
a { background-color: #11620A; }
a { background-color: rgb(17,98,10); }
div.DivClassName
{
background-color: #11620A;
}
.BgClassName
{
background-color: #11620A;
}
</style>
border-color css
<style>
span { border-color: #11620A; }
span { border-color: rgb(17,98,10); }
td.TdClassName
{
border-color: #11620A;
}
.TagClassName
{
border-color: #11620A;
}
</style>