Shades of Jewel #125B46
Tints of Jewel #125B46
RGB
CMYK
RGB Variations
Color information
#125B46 (or 0x125B46) is known color: Jewel. HEX triplet: 12, 5B and 46. RGB value is (18,91,70). Sum of RGB (Red+Green+Blue) = 18+91+70=179 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.06% from 179); Green value is 91 (35.94% from 255 or 50.84% from 179); Blue value is 70 (27.73% from 255 or 39.11% from 179); Max value from RGB is 91 - color contains mainly: green. Hex color #125B46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125B46 is #EDA4B9. Grayscale: #424242. Windows color (decimal): -15574202 or 4610834. OLE color: 4610834.
HSL color Cylindrical-coordinate representation of color #125B46: hue angle of 162.74º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125B46 is Cyan = 0.80, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 91 | 70 | - |
| CMYK | 0.80 | 0 | 0.23 | 0.64 |
| HSL | 162.74º | 0.67% | 0.21% | - |
| HSV(B) | 162.74º | 0.8% | 0.36% | - |
| XYZ | 5.1 | 8.05 | 7.08 | - |
| YUV | 66.78 | 129.82 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 91 | 70 | 0.80 | 0 | 0.23 | 0.64 | 162.74 | 0.67 | 0.21 |
| Hex | 12 | 5B | 46 | 50 | 0 | 17 | 40 | A3 | 43 | 15 |
| Octal | 22 | 133 | 106 | 120 | 0 | 27 | 100 | 243 | 103 | 25 |
| Binary | 10010 | 1011011 | 1000110 | 1010000 | 0 | 10111 | 1000000 | 10100011 | 1000011 | 10101 |
Color Harmonies of #125B46
Complementary color
Monochromatic Colors of #125B46
Black with #125B46
Text Example
Text Example
White with #125B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125B46; }
p { color: rgb(18,91,70); }
H1.HeaderClassName
{
color: #125B46;
}
.AnyTagClassName
{
color: #125B46;
}
</style>
background-color css
<style>
a { background-color: #125B46; }
a { background-color: rgb(18,91,70); }
div.DivClassName
{
background-color: #125B46;
}
.BgClassName
{
background-color: #125B46;
}
</style>
border-color css
<style>
span { border-color: #125B46; }
span { border-color: rgb(18,91,70); }
td.TdClassName
{
border-color: #125B46;
}
.TagClassName
{
border-color: #125B46;
}
</style>