Shades of Green #126913
Tints of Green #126913
RGB
CMYK
RGB Variations
Color information
#126913 (or 0x126913) is known color: Green. HEX triplet: 12, 69 and 13. RGB value is (18,105,19). Sum of RGB (Red+Green+Blue) = 18+105+19=142 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.68% from 142); Green value is 105 (41.41% from 255 or 73.94% from 142); Blue value is 19 (7.81% from 255 or 13.38% from 142); Max value from RGB is 105 - color contains mainly: green. Hex color #126913 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126913 is #ED96EC. Grayscale: #454545. Windows color (decimal): -15570669 or 1272082. OLE color: 1272082.
HSL color Cylindrical-coordinate representation of color #126913: hue angle of 120.69º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126913 is Cyan = 0.83, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 18 | 105 | 19 | - |
| CMYK | 0.83 | 0 | 0.82 | 0.59 |
| HSL | 120.69º | 0.71% | 0.24% | - |
| HSV(B) | 120.69º | 0.83% | 0.41% | - |
| XYZ | 5.42 | 10.28 | 2.31 | - |
| YUV | 69.18 | 99.68 | 91.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 105 | 19 | 0.83 | 0 | 0.82 | 0.59 | 120.69 | 0.71 | 0.24 |
| Hex | 12 | 69 | 13 | 53 | 0 | 52 | 3B | 79 | 47 | 18 |
| Octal | 22 | 151 | 23 | 123 | 0 | 122 | 73 | 171 | 107 | 30 |
| Binary | 10010 | 1101001 | 10011 | 1010011 | 0 | 1010010 | 111011 | 1111001 | 1000111 | 11000 |
Color Harmonies of #126913
Complementary color
Monochromatic Colors of #126913
Black with #126913
Text Example
Text Example
White with #126913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126913; }
p { color: rgb(18,105,19); }
H1.HeaderClassName
{
color: #126913;
}
.AnyTagClassName
{
color: #126913;
}
</style>
background-color css
<style>
a { background-color: #126913; }
a { background-color: rgb(18,105,19); }
div.DivClassName
{
background-color: #126913;
}
.BgClassName
{
background-color: #126913;
}
</style>
border-color css
<style>
span { border-color: #126913; }
span { border-color: rgb(18,105,19); }
td.TdClassName
{
border-color: #126913;
}
.TagClassName
{
border-color: #126913;
}
</style>