Shades of Jewel #125B42
Tints of Jewel #125B42
RGB
CMYK
RGB Variations
Color information
#125B42 (or 0x125B42) is known color: Jewel. HEX triplet: 12, 5B and 42. RGB value is (18,91,66). Sum of RGB (Red+Green+Blue) = 18+91+66=175 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.29% from 175); Green value is 91 (35.94% from 255 or 52% from 175); Blue value is 66 (26.17% from 255 or 37.71% from 175); Max value from RGB is 91 - color contains mainly: green. Hex color #125B42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125B42 is #EDA4BD. Grayscale: #424242. Windows color (decimal): -15574206 or 4348690. OLE color: 4348690.
HSL color Cylindrical-coordinate representation of color #125B42: hue angle of 159.45º 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 #125B42 is Cyan = 0.80, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 91 | 66 | - |
| CMYK | 0.80 | 0 | 0.27 | 0.64 |
| HSL | 159.45º | 0.67% | 0.21% | - |
| HSV(B) | 159.45º | 0.8% | 0.36% | - |
| XYZ | 4.97 | 8 | 6.44 | - |
| YUV | 66.32 | 127.82 | 93.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 91 | 66 | 0.80 | 0 | 0.27 | 0.64 | 159.45 | 0.67 | 0.21 |
| Hex | 12 | 5B | 42 | 50 | 0 | 1B | 40 | 9F | 43 | 15 |
| Octal | 22 | 133 | 102 | 120 | 0 | 33 | 100 | 237 | 103 | 25 |
| Binary | 10010 | 1011011 | 1000010 | 1010000 | 0 | 11011 | 1000000 | 10011111 | 1000011 | 10101 |
Color Harmonies of #125B42
Complementary color
Monochromatic Colors of #125B42
Black with #125B42
Text Example
Text Example
White with #125B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125B42; }
p { color: rgb(18,91,66); }
H1.HeaderClassName
{
color: #125B42;
}
.AnyTagClassName
{
color: #125B42;
}
</style>
background-color css
<style>
a { background-color: #125B42; }
a { background-color: rgb(18,91,66); }
div.DivClassName
{
background-color: #125B42;
}
.BgClassName
{
background-color: #125B42;
}
</style>
border-color css
<style>
span { border-color: #125B42; }
span { border-color: rgb(18,91,66); }
td.TdClassName
{
border-color: #125B42;
}
.TagClassName
{
border-color: #125B42;
}
</style>