Shades of Green #126513
Tints of Green #126513
RGB
CMYK
RGB Variations
Color information
#126513 (or 0x126513) is known color: Green. HEX triplet: 12, 65 and 13. RGB value is (18,101,19). Sum of RGB (Red+Green+Blue) = 18+101+19=138 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.04% from 138); Green value is 101 (39.84% from 255 or 73.19% from 138); Blue value is 19 (7.81% from 255 or 13.77% from 138); Max value from RGB is 101 - color contains mainly: green. Hex color #126513 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126513 is #ED9AEC. Grayscale: #434343. Windows color (decimal): -15571693 or 1271058. OLE color: 1271058.
HSL color Cylindrical-coordinate representation of color #126513: hue angle of 120.72º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #126513 is Cyan = 0.82, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 18 | 101 | 19 | - |
| CMYK | 0.82 | 0 | 0.81 | 0.60 |
| HSL | 120.72º | 0.7% | 0.23% | - |
| HSV(B) | 120.72º | 0.82% | 0.4% | - |
| XYZ | 5.02 | 9.48 | 2.18 | - |
| YUV | 66.84 | 101 | 93.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 101 | 19 | 0.82 | 0 | 0.81 | 0.60 | 120.72 | 0.7 | 0.23 |
| Hex | 12 | 65 | 13 | 52 | 0 | 51 | 3C | 79 | 46 | 17 |
| Octal | 22 | 145 | 23 | 122 | 0 | 121 | 74 | 171 | 106 | 27 |
| Binary | 10010 | 1100101 | 10011 | 1010010 | 0 | 1010001 | 111100 | 1111001 | 1000110 | 10111 |
Color Harmonies of #126513
Complementary color
Monochromatic Colors of #126513
Black with #126513
Text Example
Text Example
White with #126513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126513; }
p { color: rgb(18,101,19); }
H1.HeaderClassName
{
color: #126513;
}
.AnyTagClassName
{
color: #126513;
}
</style>
background-color css
<style>
a { background-color: #126513; }
a { background-color: rgb(18,101,19); }
div.DivClassName
{
background-color: #126513;
}
.BgClassName
{
background-color: #126513;
}
</style>
border-color css
<style>
span { border-color: #126513; }
span { border-color: rgb(18,101,19); }
td.TdClassName
{
border-color: #126513;
}
.TagClassName
{
border-color: #126513;
}
</style>