Shades of Jewel #125A45
Tints of Jewel #125A45
RGB
CMYK
RGB Variations
Color information
#125A45 (or 0x125A45) is known color: Jewel. HEX triplet: 12, 5A and 45. RGB value is (18,90,69). Sum of RGB (Red+Green+Blue) = 18+90+69=177 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.17% from 177); Green value is 90 (35.55% from 255 or 50.85% from 177); Blue value is 69 (27.34% from 255 or 38.98% from 177); Max value from RGB is 90 - color contains mainly: green. Hex color #125A45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125A45 is #EDA5BA. Grayscale: #424242. Windows color (decimal): -15574459 or 4545042. OLE color: 4545042.
HSL color Cylindrical-coordinate representation of color #125A45: hue angle of 162.5º degrees, saturation: 0.67, 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 #125A45 is Cyan = 0.80, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 90 | 69 | - |
| CMYK | 0.80 | 0 | 0.23 | 0.65 |
| HSL | 162.5º | 0.67% | 0.21% | - |
| HSV(B) | 162.5º | 0.8% | 0.35% | - |
| XYZ | 4.98 | 7.87 | 6.89 | - |
| YUV | 66.08 | 129.65 | 93.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 90 | 69 | 0.80 | 0 | 0.23 | 0.65 | 162.5 | 0.67 | 0.21 |
| Hex | 12 | 5A | 45 | 50 | 0 | 17 | 41 | A2 | 43 | 15 |
| Octal | 22 | 132 | 105 | 120 | 0 | 27 | 101 | 242 | 103 | 25 |
| Binary | 10010 | 1011010 | 1000101 | 1010000 | 0 | 10111 | 1000001 | 10100010 | 1000011 | 10101 |
Color Harmonies of #125A45
Complementary color
Monochromatic Colors of #125A45
Black with #125A45
Text Example
Text Example
White with #125A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125A45; }
p { color: rgb(18,90,69); }
H1.HeaderClassName
{
color: #125A45;
}
.AnyTagClassName
{
color: #125A45;
}
</style>
background-color css
<style>
a { background-color: #125A45; }
a { background-color: rgb(18,90,69); }
div.DivClassName
{
background-color: #125A45;
}
.BgClassName
{
background-color: #125A45;
}
</style>
border-color css
<style>
span { border-color: #125A45; }
span { border-color: rgb(18,90,69); }
td.TdClassName
{
border-color: #125A45;
}
.TagClassName
{
border-color: #125A45;
}
</style>