Shades of Jewel #12704D
Tints of Jewel #12704D
RGB
CMYK
RGB Variations
Color information
#12704D (or 0x12704D) is known color: Jewel. HEX triplet: 12, 70 and 4D. RGB value is (18,112,77). Sum of RGB (Red+Green+Blue) = 18+112+77=207 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.70% from 207); Green value is 112 (44.14% from 255 or 54.11% from 207); Blue value is 77 (30.47% from 255 or 37.20% from 207); Max value from RGB is 112 - color contains mainly: green. Hex color #12704D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12704D is #ED8FB2. Grayscale: #4F4F4F. Windows color (decimal): -15568819 or 5074962. OLE color: 5074962.
HSL color Cylindrical-coordinate representation of color #12704D: hue angle of 157.66º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12704D is Cyan = 0.84, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 112 | 77 | - |
| CMYK | 0.84 | 0 | 0.31 | 0.56 |
| HSL | 157.66º | 0.72% | 0.25% | - |
| HSV(B) | 157.66º | 0.84% | 0.44% | - |
| XYZ | 7.38 | 12.25 | 9 | - |
| YUV | 79.9 | 126.36 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 112 | 77 | 0.84 | 0 | 0.31 | 0.56 | 157.66 | 0.72 | 0.25 |
| Hex | 12 | 70 | 4D | 54 | 0 | 1F | 38 | 9E | 48 | 19 |
| Octal | 22 | 160 | 115 | 124 | 0 | 37 | 70 | 236 | 110 | 31 |
| Binary | 10010 | 1110000 | 1001101 | 1010100 | 0 | 11111 | 111000 | 10011110 | 1001000 | 11001 |
Color Harmonies of #12704D
Complementary color
Monochromatic Colors of #12704D
Black with #12704D
Text Example
Text Example
White with #12704D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12704D; }
p { color: rgb(18,112,77); }
H1.HeaderClassName
{
color: #12704D;
}
.AnyTagClassName
{
color: #12704D;
}
</style>
background-color css
<style>
a { background-color: #12704D; }
a { background-color: rgb(18,112,77); }
div.DivClassName
{
background-color: #12704D;
}
.BgClassName
{
background-color: #12704D;
}
</style>
border-color css
<style>
span { border-color: #12704D; }
span { border-color: rgb(18,112,77); }
td.TdClassName
{
border-color: #12704D;
}
.TagClassName
{
border-color: #12704D;
}
</style>