Shades of Green #126615
Tints of Green #126615
RGB
CMYK
RGB Variations
Color information
#126615 (or 0x126615) is known color: Green. HEX triplet: 12, 66 and 15. RGB value is (18,102,21). Sum of RGB (Red+Green+Blue) = 18+102+21=141 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.77% from 141); Green value is 102 (40.23% from 255 or 72.34% from 141); Blue value is 21 (8.59% from 255 or 14.89% from 141); Max value from RGB is 102 - color contains mainly: green. Hex color #126615 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126615 is #ED99EA. Grayscale: #434343. Windows color (decimal): -15571435 or 1402386. OLE color: 1402386.
HSL color Cylindrical-coordinate representation of color #126615: hue angle of 122.14º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #126615 is Cyan = 0.82, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 18 | 102 | 21 | - |
| CMYK | 0.82 | 0 | 0.79 | 0.6 |
| HSL | 122.14º | 0.7% | 0.24% | - |
| HSV(B) | 122.14º | 0.82% | 0.4% | - |
| XYZ | 5.14 | 9.69 | 2.31 | - |
| YUV | 67.65 | 101.67 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 102 | 21 | 0.82 | 0 | 0.79 | 0.6 | 122.14 | 0.7 | 0.24 |
| Hex | 12 | 66 | 15 | 52 | 0 | 4F | 3C | 7A | 46 | 18 |
| Octal | 22 | 146 | 25 | 122 | 0 | 117 | 74 | 172 | 106 | 30 |
| Binary | 10010 | 1100110 | 10101 | 1010010 | 0 | 1001111 | 111100 | 1111010 | 1000110 | 11000 |
Color Harmonies of #126615
Complementary color
Monochromatic Colors of #126615
Black with #126615
Text Example
Text Example
White with #126615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126615; }
p { color: rgb(18,102,21); }
H1.HeaderClassName
{
color: #126615;
}
.AnyTagClassName
{
color: #126615;
}
</style>
background-color css
<style>
a { background-color: #126615; }
a { background-color: rgb(18,102,21); }
div.DivClassName
{
background-color: #126615;
}
.BgClassName
{
background-color: #126615;
}
</style>
border-color css
<style>
span { border-color: #126615; }
span { border-color: rgb(18,102,21); }
td.TdClassName
{
border-color: #126615;
}
.TagClassName
{
border-color: #126615;
}
</style>