Shades of Green #12770C
Tints of Green #12770C
RGB
CMYK
RGB Variations
Color information
#12770C (or 0x12770C) is known color: Green. HEX triplet: 12, 77 and 0C. RGB value is (18,119,12). Sum of RGB (Red+Green+Blue) = 18+119+12=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 119 (46.88% from 255 or 79.87% from 149); Blue value is 12 (5.08% from 255 or 8.05% from 149); Max value from RGB is 119 - color contains mainly: green. Hex color #12770C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12770C is #ED88F3. Grayscale: #4C4C4C. Windows color (decimal): -15567092 or 816914. OLE color: 816914.
HSL color Cylindrical-coordinate representation of color #12770C: hue angle of 116.64º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12770C is Cyan = 0.85, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 18 | 119 | 12 | - |
| CMYK | 0.85 | 0 | 0.90 | 0.53 |
| HSL | 116.64º | 0.82% | 0.26% | - |
| HSV(B) | 116.64º | 0.9% | 0.47% | - |
| XYZ | 6.91 | 13.35 | 2.56 | - |
| YUV | 76.6 | 91.54 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 119 | 12 | 0.85 | 0 | 0.90 | 0.53 | 116.64 | 0.82 | 0.26 |
| Hex | 12 | 77 | C | 55 | 0 | 5A | 35 | 75 | 52 | 1A |
| Octal | 22 | 167 | 14 | 125 | 0 | 132 | 65 | 165 | 122 | 32 |
| Binary | 10010 | 1110111 | 1100 | 1010101 | 0 | 1011010 | 110101 | 1110101 | 1010010 | 11010 |
Color Harmonies of #12770C
Complementary color
Monochromatic Colors of #12770C
Black with #12770C
Text Example
Text Example
White with #12770C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12770C; }
p { color: rgb(18,119,12); }
H1.HeaderClassName
{
color: #12770C;
}
.AnyTagClassName
{
color: #12770C;
}
</style>
background-color css
<style>
a { background-color: #12770C; }
a { background-color: rgb(18,119,12); }
div.DivClassName
{
background-color: #12770C;
}
.BgClassName
{
background-color: #12770C;
}
</style>
border-color css
<style>
span { border-color: #12770C; }
span { border-color: rgb(18,119,12); }
td.TdClassName
{
border-color: #12770C;
}
.TagClassName
{
border-color: #12770C;
}
</style>