Shades of Jewel #14694B
Tints of Jewel #14694B
RGB
CMYK
RGB Variations
Color information
#14694B (or 0x14694B) is known color: Jewel. HEX triplet: 14, 69 and 4B. RGB value is (20,105,75). Sum of RGB (Red+Green+Blue) = 20+105+75=200 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10% from 200); Green value is 105 (41.41% from 255 or 52.5% from 200); Blue value is 75 (29.69% from 255 or 37.5% from 200); Max value from RGB is 105 - color contains mainly: green. Hex color #14694B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14694B is #EB96B4. Grayscale: #4C4C4C. Windows color (decimal): -15439541 or 4942100. OLE color: 4942100.
HSL color Cylindrical-coordinate representation of color #14694B: hue angle of 158.82º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #14694B is Cyan = 0.81, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 20 | 105 | 75 | - |
| CMYK | 0.81 | 0 | 0.29 | 0.59 |
| HSL | 158.82º | 0.68% | 0.25% | - |
| HSV(B) | 158.82º | 0.81% | 0.41% | - |
| XYZ | 6.61 | 10.76 | 8.39 | - |
| YUV | 76.17 | 127.34 | 87.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 105 | 75 | 0.81 | 0 | 0.29 | 0.59 | 158.82 | 0.68 | 0.25 |
| Hex | 14 | 69 | 4B | 51 | 0 | 1D | 3B | 9F | 44 | 19 |
| Octal | 24 | 151 | 113 | 121 | 0 | 35 | 73 | 237 | 104 | 31 |
| Binary | 10100 | 1101001 | 1001011 | 1010001 | 0 | 11101 | 111011 | 10011111 | 1000100 | 11001 |
Color Harmonies of #14694B
Complementary color
Monochromatic Colors of #14694B
Black with #14694B
Text Example
Text Example
White with #14694B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14694B; }
p { color: rgb(20,105,75); }
H1.HeaderClassName
{
color: #14694B;
}
.AnyTagClassName
{
color: #14694B;
}
</style>
background-color css
<style>
a { background-color: #14694B; }
a { background-color: rgb(20,105,75); }
div.DivClassName
{
background-color: #14694B;
}
.BgClassName
{
background-color: #14694B;
}
</style>
border-color css
<style>
span { border-color: #14694B; }
span { border-color: rgb(20,105,75); }
td.TdClassName
{
border-color: #14694B;
}
.TagClassName
{
border-color: #14694B;
}
</style>