Shades of Jewel #126F4D
Tints of Jewel #126F4D
RGB
CMYK
RGB Variations
Color information
#126F4D (or 0x126F4D) is known color: Jewel. HEX triplet: 12, 6F and 4D. RGB value is (18,111,77). Sum of RGB (Red+Green+Blue) = 18+111+77=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 111 (43.75% from 255 or 53.88% from 206); Blue value is 77 (30.47% from 255 or 37.38% from 206); Max value from RGB is 111 - color contains mainly: green. Hex color #126F4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126F4D is #ED90B2. Grayscale: #4F4F4F. Windows color (decimal): -15569075 or 5074706. OLE color: 5074706.
HSL color Cylindrical-coordinate representation of color #126F4D: hue angle of 158.06º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #126F4D is Cyan = 0.84, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 111 | 77 | - |
| CMYK | 0.84 | 0 | 0.31 | 0.56 |
| HSL | 158.06º | 0.72% | 0.25% | - |
| HSV(B) | 158.06º | 0.84% | 0.44% | - |
| XYZ | 7.27 | 12.03 | 8.96 | - |
| YUV | 79.32 | 126.69 | 84.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 111 | 77 | 0.84 | 0 | 0.31 | 0.56 | 158.06 | 0.72 | 0.25 |
| Hex | 12 | 6F | 4D | 54 | 0 | 1F | 38 | 9E | 48 | 19 |
| Octal | 22 | 157 | 115 | 124 | 0 | 37 | 70 | 236 | 110 | 31 |
| Binary | 10010 | 1101111 | 1001101 | 1010100 | 0 | 11111 | 111000 | 10011110 | 1001000 | 11001 |
Color Harmonies of #126F4D
Complementary color
Monochromatic Colors of #126F4D
Black with #126F4D
Text Example
Text Example
White with #126F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126F4D; }
p { color: rgb(18,111,77); }
H1.HeaderClassName
{
color: #126F4D;
}
.AnyTagClassName
{
color: #126F4D;
}
</style>
background-color css
<style>
a { background-color: #126F4D; }
a { background-color: rgb(18,111,77); }
div.DivClassName
{
background-color: #126F4D;
}
.BgClassName
{
background-color: #126F4D;
}
</style>
border-color css
<style>
span { border-color: #126F4D; }
span { border-color: rgb(18,111,77); }
td.TdClassName
{
border-color: #126F4D;
}
.TagClassName
{
border-color: #126F4D;
}
</style>