Shades of Green #126700
Tints of Green #126700
RGB
CMYK
RGB Variations
Color information
#126700 (or 0x126700) is known color: Green. HEX triplet: 12, 67 and 00. RGB value is (18,103,0). Sum of RGB (Red+Green+Blue) = 18+103+0=121 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.88% from 121); Green value is 103 (40.62% from 255 or 85.12% from 121); Blue value is 0 (0.39% from 255 or 0% from 121); Max value from RGB is 103 - color contains mainly: green. Hex color #126700 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126700 is #ED98FF. Grayscale: #424242. Windows color (decimal): -15571200 or 26386. OLE color: 26386.
HSL color Cylindrical-coordinate representation of color #126700: hue angle of 109.51º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #126700 is Cyan = 0.83, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 18 | 103 | 0 | - |
| CMYK | 0.83 | 0 | 1 | 0.60 |
| HSL | 109.51º | 1% | 0.2% | - |
| HSV(B) | 109.51º | 1% | 0.4% | - |
| XYZ | 5.1 | 9.83 | 1.63 | - |
| YUV | 65.84 | 90.84 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 103 | 0 | 0.83 | 0 | 1 | 0.60 | 109.51 | 1 | 0.2 |
| Hex | 12 | 67 | 0 | 53 | 0 | 64 | 3C | 6E | 64 | 14 |
| Octal | 22 | 147 | 0 | 123 | 0 | 144 | 74 | 156 | 144 | 24 |
| Binary | 10010 | 1100111 | 0 | 1010011 | 0 | 1100100 | 111100 | 1101110 | 1100100 | 10100 |
Color Harmonies of #126700
Complementary color
Monochromatic Colors of #126700
Black with #126700
Text Example
Text Example
White with #126700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126700; }
p { color: rgb(18,103,0); }
H1.HeaderClassName
{
color: #126700;
}
.AnyTagClassName
{
color: #126700;
}
</style>
background-color css
<style>
a { background-color: #126700; }
a { background-color: rgb(18,103,0); }
div.DivClassName
{
background-color: #126700;
}
.BgClassName
{
background-color: #126700;
}
</style>
border-color css
<style>
span { border-color: #126700; }
span { border-color: rgb(18,103,0); }
td.TdClassName
{
border-color: #126700;
}
.TagClassName
{
border-color: #126700;
}
</style>