Shades of Jewel #126748
Tints of Jewel #126748
RGB
CMYK
RGB Variations
Color information
#126748 (or 0x126748) is known color: Jewel. HEX triplet: 12, 67 and 48. RGB value is (18,103,72). Sum of RGB (Red+Green+Blue) = 18+103+72=193 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.33% from 193); Green value is 103 (40.62% from 255 or 53.37% from 193); Blue value is 72 (28.52% from 255 or 37.31% from 193); Max value from RGB is 103 - color contains mainly: green. Hex color #126748 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126748 is #ED98B7. Grayscale: #4A4A4A. Windows color (decimal): -15571128 or 4744978. OLE color: 4744978.
HSL color Cylindrical-coordinate representation of color #126748: hue angle of 158.12º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126748 is Cyan = 0.83, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 18 | 103 | 72 | - |
| CMYK | 0.83 | 0 | 0.30 | 0.60 |
| HSL | 158.12º | 0.7% | 0.24% | - |
| HSV(B) | 158.12º | 0.83% | 0.4% | - |
| XYZ | 6.27 | 10.3 | 7.79 | - |
| YUV | 74.05 | 126.84 | 88.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 103 | 72 | 0.83 | 0 | 0.30 | 0.60 | 158.12 | 0.7 | 0.24 |
| Hex | 12 | 67 | 48 | 53 | 0 | 1E | 3C | 9E | 46 | 18 |
| Octal | 22 | 147 | 110 | 123 | 0 | 36 | 74 | 236 | 106 | 30 |
| Binary | 10010 | 1100111 | 1001000 | 1010011 | 0 | 11110 | 111100 | 10011110 | 1000110 | 11000 |
Color Harmonies of #126748
Complementary color
Monochromatic Colors of #126748
Black with #126748
Text Example
Text Example
White with #126748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126748; }
p { color: rgb(18,103,72); }
H1.HeaderClassName
{
color: #126748;
}
.AnyTagClassName
{
color: #126748;
}
</style>
background-color css
<style>
a { background-color: #126748; }
a { background-color: rgb(18,103,72); }
div.DivClassName
{
background-color: #126748;
}
.BgClassName
{
background-color: #126748;
}
</style>
border-color css
<style>
span { border-color: #126748; }
span { border-color: rgb(18,103,72); }
td.TdClassName
{
border-color: #126748;
}
.TagClassName
{
border-color: #126748;
}
</style>