Shades of Jewel #126B4C
Tints of Jewel #126B4C
RGB
CMYK
RGB Variations
Color information
#126B4C (or 0x126B4C) is known color: Jewel. HEX triplet: 12, 6B and 4C. RGB value is (18,107,76). Sum of RGB (Red+Green+Blue) = 18+107+76=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 107 (42.19% from 255 or 53.23% from 201); Blue value is 76 (30.08% from 255 or 37.81% from 201); Max value from RGB is 107 - color contains mainly: green. Hex color #126B4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126B4C is #ED94B3. Grayscale: #4C4C4C. Windows color (decimal): -15570100 or 5008146. OLE color: 5008146.
HSL color Cylindrical-coordinate representation of color #126B4C: hue angle of 159.1º 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 #126B4C is Cyan = 0.83, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 18 | 107 | 76 | - |
| CMYK | 0.83 | 0 | 0.29 | 0.58 |
| HSL | 159.1º | 0.71% | 0.25% | - |
| HSV(B) | 159.1º | 0.83% | 0.42% | - |
| XYZ | 6.81 | 11.17 | 8.63 | - |
| YUV | 76.86 | 127.51 | 86.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 107 | 76 | 0.83 | 0 | 0.29 | 0.58 | 159.1 | 0.71 | 0.25 |
| Hex | 12 | 6B | 4C | 53 | 0 | 1D | 3A | 9F | 47 | 19 |
| Octal | 22 | 153 | 114 | 123 | 0 | 35 | 72 | 237 | 107 | 31 |
| Binary | 10010 | 1101011 | 1001100 | 1010011 | 0 | 11101 | 111010 | 10011111 | 1000111 | 11001 |
Color Harmonies of #126B4C
Complementary color
Monochromatic Colors of #126B4C
Black with #126B4C
Text Example
Text Example
White with #126B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126B4C; }
p { color: rgb(18,107,76); }
H1.HeaderClassName
{
color: #126B4C;
}
.AnyTagClassName
{
color: #126B4C;
}
</style>
background-color css
<style>
a { background-color: #126B4C; }
a { background-color: rgb(18,107,76); }
div.DivClassName
{
background-color: #126B4C;
}
.BgClassName
{
background-color: #126B4C;
}
</style>
border-color css
<style>
span { border-color: #126B4C; }
span { border-color: rgb(18,107,76); }
td.TdClassName
{
border-color: #126B4C;
}
.TagClassName
{
border-color: #126B4C;
}
</style>