Shades of Green #126705
Tints of Green #126705
RGB
CMYK
RGB Variations
Color information
#126705 (or 0x126705) is known color: Green. HEX triplet: 12, 67 and 05. RGB value is (18,103,5). Sum of RGB (Red+Green+Blue) = 18+103+5=126 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.29% from 126); Green value is 103 (40.62% from 255 or 81.75% from 126); Blue value is 5 (2.34% from 255 or 3.97% from 126); Max value from RGB is 103 - color contains mainly: green. Hex color #126705 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126705 is #ED98FA. Grayscale: #424242. Windows color (decimal): -15571195 or 354066. OLE color: 354066.
HSL color Cylindrical-coordinate representation of color #126705: hue angle of 112.04º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #126705 is Cyan = 0.83, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 18 | 103 | 5 | - |
| CMYK | 0.83 | 0 | 0.95 | 0.60 |
| HSL | 112.04º | 0.91% | 0.21% | - |
| HSV(B) | 112.04º | 0.95% | 0.4% | - |
| XYZ | 5.13 | 9.84 | 1.77 | - |
| YUV | 66.41 | 93.34 | 93.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 103 | 5 | 0.83 | 0 | 0.95 | 0.60 | 112.04 | 0.91 | 0.21 |
| Hex | 12 | 67 | 5 | 53 | 0 | 5F | 3C | 70 | 5B | 15 |
| Octal | 22 | 147 | 5 | 123 | 0 | 137 | 74 | 160 | 133 | 25 |
| Binary | 10010 | 1100111 | 101 | 1010011 | 0 | 1011111 | 111100 | 1110000 | 1011011 | 10101 |
Color Harmonies of #126705
Complementary color
Monochromatic Colors of #126705
Black with #126705
Text Example
Text Example
White with #126705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126705; }
p { color: rgb(18,103,5); }
H1.HeaderClassName
{
color: #126705;
}
.AnyTagClassName
{
color: #126705;
}
</style>
background-color css
<style>
a { background-color: #126705; }
a { background-color: rgb(18,103,5); }
div.DivClassName
{
background-color: #126705;
}
.BgClassName
{
background-color: #126705;
}
</style>
border-color css
<style>
span { border-color: #126705; }
span { border-color: rgb(18,103,5); }
td.TdClassName
{
border-color: #126705;
}
.TagClassName
{
border-color: #126705;
}
</style>