Shades of Jewel #126243
Tints of Jewel #126243
RGB
CMYK
RGB Variations
Color information
#126243 (or 0x126243) is known color: Jewel. HEX triplet: 12, 62 and 43. RGB value is (18,98,67). Sum of RGB (Red+Green+Blue) = 18+98+67=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 98 (38.67% from 255 or 53.55% from 183); Blue value is 67 (26.56% from 255 or 36.61% from 183); Max value from RGB is 98 - color contains mainly: green. Hex color #126243 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126243 is #ED9DBC. Grayscale: #464646. Windows color (decimal): -15572413 or 4416018. OLE color: 4416018.
HSL color Cylindrical-coordinate representation of color #126243: hue angle of 156.75º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #126243 is Cyan = 0.82, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 18 | 98 | 67 | - |
| CMYK | 0.82 | 0 | 0.32 | 0.62 |
| HSL | 156.75º | 0.69% | 0.23% | - |
| HSV(B) | 156.75º | 0.82% | 0.38% | - |
| XYZ | 5.63 | 9.27 | 6.8 | - |
| YUV | 70.55 | 126 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 98 | 67 | 0.82 | 0 | 0.32 | 0.62 | 156.75 | 0.69 | 0.23 |
| Hex | 12 | 62 | 43 | 52 | 0 | 20 | 3E | 9D | 45 | 17 |
| Octal | 22 | 142 | 103 | 122 | 0 | 40 | 76 | 235 | 105 | 27 |
| Binary | 10010 | 1100010 | 1000011 | 1010010 | 0 | 100000 | 111110 | 10011101 | 1000101 | 10111 |
Color Harmonies of #126243
Complementary color
Monochromatic Colors of #126243
Black with #126243
Text Example
Text Example
White with #126243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126243; }
p { color: rgb(18,98,67); }
H1.HeaderClassName
{
color: #126243;
}
.AnyTagClassName
{
color: #126243;
}
</style>
background-color css
<style>
a { background-color: #126243; }
a { background-color: rgb(18,98,67); }
div.DivClassName
{
background-color: #126243;
}
.BgClassName
{
background-color: #126243;
}
</style>
border-color css
<style>
span { border-color: #126243; }
span { border-color: rgb(18,98,67); }
td.TdClassName
{
border-color: #126243;
}
.TagClassName
{
border-color: #126243;
}
</style>