Shades of Green #12770D
Tints of Green #12770D
RGB
CMYK
RGB Variations
Color information
#12770D (or 0x12770D) is known color: Green. HEX triplet: 12, 77 and 0D. RGB value is (18,119,13). Sum of RGB (Red+Green+Blue) = 18+119+13=150 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12% from 150); Green value is 119 (46.88% from 255 or 79.33% from 150); Blue value is 13 (5.47% from 255 or 8.67% from 150); Max value from RGB is 119 - color contains mainly: green. Hex color #12770D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12770D is #ED88F2. Grayscale: #4D4D4D. Windows color (decimal): -15567091 or 882450. OLE color: 882450.
HSL color Cylindrical-coordinate representation of color #12770D: hue angle of 117.17º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12770D is Cyan = 0.85, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 18 | 119 | 13 | - |
| CMYK | 0.85 | 0 | 0.89 | 0.53 |
| HSL | 117.17º | 0.8% | 0.26% | - |
| HSV(B) | 117.17º | 0.89% | 0.47% | - |
| XYZ | 6.92 | 13.35 | 2.59 | - |
| YUV | 76.72 | 92.04 | 86.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 119 | 13 | 0.85 | 0 | 0.89 | 0.53 | 117.17 | 0.8 | 0.26 |
| Hex | 12 | 77 | D | 55 | 0 | 59 | 35 | 75 | 50 | 1A |
| Octal | 22 | 167 | 15 | 125 | 0 | 131 | 65 | 165 | 120 | 32 |
| Binary | 10010 | 1110111 | 1101 | 1010101 | 0 | 1011001 | 110101 | 1110101 | 1010000 | 11010 |
Color Harmonies of #12770D
Complementary color
Monochromatic Colors of #12770D
Black with #12770D
Text Example
Text Example
White with #12770D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12770D; }
p { color: rgb(18,119,13); }
H1.HeaderClassName
{
color: #12770D;
}
.AnyTagClassName
{
color: #12770D;
}
</style>
background-color css
<style>
a { background-color: #12770D; }
a { background-color: rgb(18,119,13); }
div.DivClassName
{
background-color: #12770D;
}
.BgClassName
{
background-color: #12770D;
}
</style>
border-color css
<style>
span { border-color: #12770D; }
span { border-color: rgb(18,119,13); }
td.TdClassName
{
border-color: #12770D;
}
.TagClassName
{
border-color: #12770D;
}
</style>