Shades of Jewel #126D3F
Tints of Jewel #126D3F
RGB
CMYK
RGB Variations
Color information
#126D3F (or 0x126D3F) is known color: Jewel. HEX triplet: 12, 6D and 3F. RGB value is (18,109,63). Sum of RGB (Red+Green+Blue) = 18+109+63=190 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.47% from 190); Green value is 109 (42.97% from 255 or 57.37% from 190); Blue value is 63 (25% from 255 or 33.16% from 190); Max value from RGB is 109 - color contains mainly: green. Hex color #126D3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126D3F is #ED92C0. Grayscale: #4C4C4C. Windows color (decimal): -15569601 or 4156690. OLE color: 4156690.
HSL color Cylindrical-coordinate representation of color #126D3F: hue angle of 149.67º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126D3F is Cyan = 0.83, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 18 | 109 | 63 | - |
| CMYK | 0.83 | 0 | 0.42 | 0.57 |
| HSL | 149.67º | 0.72% | 0.25% | - |
| HSV(B) | 149.67º | 0.83% | 0.43% | - |
| XYZ | 6.62 | 11.42 | 6.56 | - |
| YUV | 76.55 | 120.35 | 86.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 109 | 63 | 0.83 | 0 | 0.42 | 0.57 | 149.67 | 0.72 | 0.25 |
| Hex | 12 | 6D | 3F | 53 | 0 | 2A | 39 | 96 | 48 | 19 |
| Octal | 22 | 155 | 77 | 123 | 0 | 52 | 71 | 226 | 110 | 31 |
| Binary | 10010 | 1101101 | 111111 | 1010011 | 0 | 101010 | 111001 | 10010110 | 1001000 | 11001 |
Color Harmonies of #126D3F
Complementary color
Monochromatic Colors of #126D3F
Black with #126D3F
Text Example
Text Example
White with #126D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126D3F; }
p { color: rgb(18,109,63); }
H1.HeaderClassName
{
color: #126D3F;
}
.AnyTagClassName
{
color: #126D3F;
}
</style>
background-color css
<style>
a { background-color: #126D3F; }
a { background-color: rgb(18,109,63); }
div.DivClassName
{
background-color: #126D3F;
}
.BgClassName
{
background-color: #126D3F;
}
</style>
border-color css
<style>
span { border-color: #126D3F; }
span { border-color: rgb(18,109,63); }
td.TdClassName
{
border-color: #126D3F;
}
.TagClassName
{
border-color: #126D3F;
}
</style>