Shades of Jewel #126B4E
Tints of Jewel #126B4E
RGB
CMYK
RGB Variations
Color information
#126B4E (or 0x126B4E) is known color: Jewel. HEX triplet: 12, 6B and 4E. RGB value is (18,107,78). Sum of RGB (Red+Green+Blue) = 18+107+78=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 107 (42.19% from 255 or 52.71% from 203); Blue value is 78 (30.86% from 255 or 38.42% from 203); Max value from RGB is 107 - color contains mainly: green. Hex color #126B4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126B4E is #ED94B1. Grayscale: #4D4D4D. Windows color (decimal): -15570098 or 5139218. OLE color: 5139218.
HSL color Cylindrical-coordinate representation of color #126B4E: hue angle of 160.45º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126B4E is Cyan = 0.83, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 18 | 107 | 78 | - |
| CMYK | 0.83 | 0 | 0.27 | 0.58 |
| HSL | 160.45º | 0.71% | 0.25% | - |
| HSV(B) | 160.45º | 0.83% | 0.42% | - |
| XYZ | 6.88 | 11.19 | 9.01 | - |
| YUV | 77.08 | 128.51 | 85.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 107 | 78 | 0.83 | 0 | 0.27 | 0.58 | 160.45 | 0.71 | 0.25 |
| Hex | 12 | 6B | 4E | 53 | 0 | 1B | 3A | A0 | 47 | 19 |
| Octal | 22 | 153 | 116 | 123 | 0 | 33 | 72 | 240 | 107 | 31 |
| Binary | 10010 | 1101011 | 1001110 | 1010011 | 0 | 11011 | 111010 | 10100000 | 1000111 | 11001 |
Color Harmonies of #126B4E
Complementary color
Monochromatic Colors of #126B4E
Black with #126B4E
Text Example
Text Example
White with #126B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126B4E; }
p { color: rgb(18,107,78); }
H1.HeaderClassName
{
color: #126B4E;
}
.AnyTagClassName
{
color: #126B4E;
}
</style>
background-color css
<style>
a { background-color: #126B4E; }
a { background-color: rgb(18,107,78); }
div.DivClassName
{
background-color: #126B4E;
}
.BgClassName
{
background-color: #126B4E;
}
</style>
border-color css
<style>
span { border-color: #126B4E; }
span { border-color: rgb(18,107,78); }
td.TdClassName
{
border-color: #126B4E;
}
.TagClassName
{
border-color: #126B4E;
}
</style>