Shades of Green #126712
Tints of Green #126712
RGB
CMYK
RGB Variations
Color information
#126712 (or 0x126712) is known color: Green. HEX triplet: 12, 67 and 12. RGB value is (18,103,18). Sum of RGB (Red+Green+Blue) = 18+103+18=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 103 (40.62% from 255 or 74.10% from 139); Blue value is 18 (7.42% from 255 or 12.95% from 139); Max value from RGB is 103 - color contains mainly: green. Hex color #126712 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126712 is #ED98ED. Grayscale: #444444. Windows color (decimal): -15571182 or 1206034. OLE color: 1206034.
HSL color Cylindrical-coordinate representation of color #126712: hue angle of 120º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126712 is Cyan = 0.83, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 18 | 103 | 18 | - |
| CMYK | 0.83 | 0 | 0.83 | 0.60 |
| HSL | 120º | 0.7% | 0.24% | - |
| HSV(B) | 120º | 0.83% | 0.4% | - |
| XYZ | 5.21 | 9.87 | 2.2 | - |
| YUV | 67.9 | 99.84 | 92.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 103 | 18 | 0.83 | 0 | 0.83 | 0.60 | 120 | 0.7 | 0.24 |
| Hex | 12 | 67 | 12 | 53 | 0 | 53 | 3C | 78 | 46 | 18 |
| Octal | 22 | 147 | 22 | 123 | 0 | 123 | 74 | 170 | 106 | 30 |
| Binary | 10010 | 1100111 | 10010 | 1010011 | 0 | 1010011 | 111100 | 1111000 | 1000110 | 11000 |
Color Harmonies of #126712
Complementary color
Monochromatic Colors of #126712
Black with #126712
Text Example
Text Example
White with #126712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126712; }
p { color: rgb(18,103,18); }
H1.HeaderClassName
{
color: #126712;
}
.AnyTagClassName
{
color: #126712;
}
</style>
background-color css
<style>
a { background-color: #126712; }
a { background-color: rgb(18,103,18); }
div.DivClassName
{
background-color: #126712;
}
.BgClassName
{
background-color: #126712;
}
</style>
border-color css
<style>
span { border-color: #126712; }
span { border-color: rgb(18,103,18); }
td.TdClassName
{
border-color: #126712;
}
.TagClassName
{
border-color: #126712;
}
</style>