Shades of Jewel #126144
Tints of Jewel #126144
RGB
CMYK
RGB Variations
Color information
#126144 (or 0x126144) is known color: Jewel. HEX triplet: 12, 61 and 44. RGB value is (18,97,68). Sum of RGB (Red+Green+Blue) = 18+97+68=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 97 (38.28% from 255 or 53.01% from 183); Blue value is 68 (26.95% from 255 or 37.16% from 183); Max value from RGB is 97 - color contains mainly: green. Hex color #126144 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126144 is #ED9EBB. Grayscale: #464646. Windows color (decimal): -15572668 or 4481298. OLE color: 4481298.
HSL color Cylindrical-coordinate representation of color #126144: hue angle of 157.97º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #126144 is Cyan = 0.81, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 18 | 97 | 68 | - |
| CMYK | 0.81 | 0 | 0.30 | 0.62 |
| HSL | 157.97º | 0.69% | 0.23% | - |
| HSV(B) | 157.97º | 0.81% | 0.38% | - |
| XYZ | 5.57 | 9.1 | 6.93 | - |
| YUV | 70.07 | 126.83 | 90.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 97 | 68 | 0.81 | 0 | 0.30 | 0.62 | 157.97 | 0.69 | 0.23 |
| Hex | 12 | 61 | 44 | 51 | 0 | 1E | 3E | 9E | 45 | 17 |
| Octal | 22 | 141 | 104 | 121 | 0 | 36 | 76 | 236 | 105 | 27 |
| Binary | 10010 | 1100001 | 1000100 | 1010001 | 0 | 11110 | 111110 | 10011110 | 1000101 | 10111 |
Color Harmonies of #126144
Complementary color
Monochromatic Colors of #126144
Black with #126144
Text Example
Text Example
White with #126144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126144; }
p { color: rgb(18,97,68); }
H1.HeaderClassName
{
color: #126144;
}
.AnyTagClassName
{
color: #126144;
}
</style>
background-color css
<style>
a { background-color: #126144; }
a { background-color: rgb(18,97,68); }
div.DivClassName
{
background-color: #126144;
}
.BgClassName
{
background-color: #126144;
}
</style>
border-color css
<style>
span { border-color: #126144; }
span { border-color: rgb(18,97,68); }
td.TdClassName
{
border-color: #126144;
}
.TagClassName
{
border-color: #126144;
}
</style>