Shades of Jewel #125B44
Tints of Jewel #125B44
RGB
CMYK
RGB Variations
Color information
#125B44 (or 0x125B44) is known color: Jewel. HEX triplet: 12, 5B and 44. RGB value is (18,91,68). Sum of RGB (Red+Green+Blue) = 18+91+68=177 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.17% from 177); Green value is 91 (35.94% from 255 or 51.41% from 177); Blue value is 68 (26.95% from 255 or 38.42% from 177); Max value from RGB is 91 - color contains mainly: green. Hex color #125B44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125B44 is #EDA4BB. Grayscale: #424242. Windows color (decimal): -15574204 or 4479762. OLE color: 4479762.
HSL color Cylindrical-coordinate representation of color #125B44: hue angle of 161.1º 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 #125B44 is Cyan = 0.80, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 91 | 68 | - |
| CMYK | 0.80 | 0 | 0.25 | 0.64 |
| HSL | 161.1º | 0.67% | 0.21% | - |
| HSV(B) | 161.1º | 0.8% | 0.36% | - |
| XYZ | 5.03 | 8.03 | 6.75 | - |
| YUV | 66.55 | 128.82 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 91 | 68 | 0.80 | 0 | 0.25 | 0.64 | 161.1 | 0.67 | 0.21 |
| Hex | 12 | 5B | 44 | 50 | 0 | 19 | 40 | A1 | 43 | 15 |
| Octal | 22 | 133 | 104 | 120 | 0 | 31 | 100 | 241 | 103 | 25 |
| Binary | 10010 | 1011011 | 1000100 | 1010000 | 0 | 11001 | 1000000 | 10100001 | 1000011 | 10101 |
Color Harmonies of #125B44
Complementary color
Monochromatic Colors of #125B44
Black with #125B44
Text Example
Text Example
White with #125B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125B44; }
p { color: rgb(18,91,68); }
H1.HeaderClassName
{
color: #125B44;
}
.AnyTagClassName
{
color: #125B44;
}
</style>
background-color css
<style>
a { background-color: #125B44; }
a { background-color: rgb(18,91,68); }
div.DivClassName
{
background-color: #125B44;
}
.BgClassName
{
background-color: #125B44;
}
</style>
border-color css
<style>
span { border-color: #125B44; }
span { border-color: rgb(18,91,68); }
td.TdClassName
{
border-color: #125B44;
}
.TagClassName
{
border-color: #125B44;
}
</style>