Shades of Jewel #125946
Tints of Jewel #125946
RGB
CMYK
RGB Variations
Color information
#125946 (or 0x125946) is known color: Jewel. HEX triplet: 12, 59 and 46. RGB value is (18,89,70). Sum of RGB (Red+Green+Blue) = 18+89+70=177 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.17% from 177); Green value is 89 (35.16% from 255 or 50.28% from 177); Blue value is 70 (27.73% from 255 or 39.55% from 177); Max value from RGB is 89 - color contains mainly: green. Hex color #125946 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125946 is #EDA6B9. Grayscale: #414141. Windows color (decimal): -15574714 or 4610322. OLE color: 4610322.
HSL color Cylindrical-coordinate representation of color #125946: hue angle of 163.94º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125946 is Cyan = 0.80, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 89 | 70 | - |
| CMYK | 0.80 | 0 | 0.21 | 0.65 |
| HSL | 163.94º | 0.66% | 0.21% | - |
| HSV(B) | 163.94º | 0.8% | 0.35% | - |
| XYZ | 4.93 | 7.72 | 7.02 | - |
| YUV | 65.61 | 130.48 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 89 | 70 | 0.80 | 0 | 0.21 | 0.65 | 163.94 | 0.66 | 0.21 |
| Hex | 12 | 59 | 46 | 50 | 0 | 15 | 41 | A4 | 42 | 15 |
| Octal | 22 | 131 | 106 | 120 | 0 | 25 | 101 | 244 | 102 | 25 |
| Binary | 10010 | 1011001 | 1000110 | 1010000 | 0 | 10101 | 1000001 | 10100100 | 1000010 | 10101 |
Color Harmonies of #125946
Complementary color
Monochromatic Colors of #125946
Black with #125946
Text Example
Text Example
White with #125946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125946; }
p { color: rgb(18,89,70); }
H1.HeaderClassName
{
color: #125946;
}
.AnyTagClassName
{
color: #125946;
}
</style>
background-color css
<style>
a { background-color: #125946; }
a { background-color: rgb(18,89,70); }
div.DivClassName
{
background-color: #125946;
}
.BgClassName
{
background-color: #125946;
}
</style>
border-color css
<style>
span { border-color: #125946; }
span { border-color: rgb(18,89,70); }
td.TdClassName
{
border-color: #125946;
}
.TagClassName
{
border-color: #125946;
}
</style>