Shades of Jewel #126741
Tints of Jewel #126741
RGB
CMYK
RGB Variations
Color information
#126741 (or 0x126741) is known color: Jewel. HEX triplet: 12, 67 and 41. RGB value is (18,103,65). Sum of RGB (Red+Green+Blue) = 18+103+65=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 103 (40.62% from 255 or 55.38% from 186); Blue value is 65 (25.78% from 255 or 34.95% from 186); Max value from RGB is 103 - color contains mainly: green. Hex color #126741 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126741 is #ED98BE. Grayscale: #494949. Windows color (decimal): -15571135 or 4286226. OLE color: 4286226.
HSL color Cylindrical-coordinate representation of color #126741: hue angle of 153.18º 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 #126741 is Cyan = 0.83, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 18 | 103 | 65 | - |
| CMYK | 0.83 | 0 | 0.37 | 0.60 |
| HSL | 153.18º | 0.7% | 0.24% | - |
| HSV(B) | 153.18º | 0.83% | 0.4% | - |
| XYZ | 6.05 | 10.21 | 6.65 | - |
| YUV | 73.25 | 123.34 | 88.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 103 | 65 | 0.83 | 0 | 0.37 | 0.60 | 153.18 | 0.7 | 0.24 |
| Hex | 12 | 67 | 41 | 53 | 0 | 25 | 3C | 99 | 46 | 18 |
| Octal | 22 | 147 | 101 | 123 | 0 | 45 | 74 | 231 | 106 | 30 |
| Binary | 10010 | 1100111 | 1000001 | 1010011 | 0 | 100101 | 111100 | 10011001 | 1000110 | 11000 |
Color Harmonies of #126741
Complementary color
Monochromatic Colors of #126741
Black with #126741
Text Example
Text Example
White with #126741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126741; }
p { color: rgb(18,103,65); }
H1.HeaderClassName
{
color: #126741;
}
.AnyTagClassName
{
color: #126741;
}
</style>
background-color css
<style>
a { background-color: #126741; }
a { background-color: rgb(18,103,65); }
div.DivClassName
{
background-color: #126741;
}
.BgClassName
{
background-color: #126741;
}
</style>
border-color css
<style>
span { border-color: #126741; }
span { border-color: rgb(18,103,65); }
td.TdClassName
{
border-color: #126741;
}
.TagClassName
{
border-color: #126741;
}
</style>