Shades of Jewel #12674F
Tints of Jewel #12674F
RGB
CMYK
RGB Variations
Color information
#12674F (or 0x12674F) is known color: Jewel. HEX triplet: 12, 67 and 4F. RGB value is (18,103,79). Sum of RGB (Red+Green+Blue) = 18+103+79=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 103 (40.62% from 255 or 51.5% from 200); Blue value is 79 (31.25% from 255 or 39.5% from 200); Max value from RGB is 103 - color contains mainly: green. Hex color #12674F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12674F is #ED98B0. Grayscale: #4A4A4A. Windows color (decimal): -15571121 or 5203730. OLE color: 5203730.
HSL color Cylindrical-coordinate representation of color #12674F: hue angle of 163.06º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12674F is Cyan = 0.83, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 18 | 103 | 79 | - |
| CMYK | 0.83 | 0 | 0.23 | 0.60 |
| HSL | 163.06º | 0.7% | 0.24% | - |
| HSV(B) | 163.06º | 0.83% | 0.4% | - |
| XYZ | 6.51 | 10.39 | 9.06 | - |
| YUV | 74.85 | 130.34 | 87.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 103 | 79 | 0.83 | 0 | 0.23 | 0.60 | 163.06 | 0.7 | 0.24 |
| Hex | 12 | 67 | 4F | 53 | 0 | 17 | 3C | A3 | 46 | 18 |
| Octal | 22 | 147 | 117 | 123 | 0 | 27 | 74 | 243 | 106 | 30 |
| Binary | 10010 | 1100111 | 1001111 | 1010011 | 0 | 10111 | 111100 | 10100011 | 1000110 | 11000 |
Color Harmonies of #12674F
Complementary color
Monochromatic Colors of #12674F
Black with #12674F
Text Example
Text Example
White with #12674F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12674F; }
p { color: rgb(18,103,79); }
H1.HeaderClassName
{
color: #12674F;
}
.AnyTagClassName
{
color: #12674F;
}
</style>
background-color css
<style>
a { background-color: #12674F; }
a { background-color: rgb(18,103,79); }
div.DivClassName
{
background-color: #12674F;
}
.BgClassName
{
background-color: #12674F;
}
</style>
border-color css
<style>
span { border-color: #12674F; }
span { border-color: rgb(18,103,79); }
td.TdClassName
{
border-color: #12674F;
}
.TagClassName
{
border-color: #12674F;
}
</style>