Shades of Jewel #18694F
Tints of Jewel #18694F
RGB
CMYK
RGB Variations
Color information
#18694F (or 0x18694F) is known color: Jewel. HEX triplet: 18, 69 and 4F. RGB value is (24,105,79). Sum of RGB (Red+Green+Blue) = 24+105+79=208 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.54% from 208); Green value is 105 (41.41% from 255 or 50.48% from 208); Blue value is 79 (31.25% from 255 or 37.98% from 208); Max value from RGB is 105 - color contains mainly: green. Hex color #18694F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18694F is #E796B0. Grayscale: #4D4D4D. Windows color (decimal): -15177393 or 5204248. OLE color: 5204248.
HSL color Cylindrical-coordinate representation of color #18694F: hue angle of 160.74º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #18694F is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 24 | 105 | 79 | - |
| CMYK | 0.77 | 0 | 0.25 | 0.59 |
| HSL | 160.74º | 0.63% | 0.25% | - |
| HSV(B) | 160.74º | 0.77% | 0.41% | - |
| XYZ | 6.84 | 10.86 | 9.13 | - |
| YUV | 77.82 | 128.66 | 89.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 105 | 79 | 0.77 | 0 | 0.25 | 0.59 | 160.74 | 0.63 | 0.25 |
| Hex | 18 | 69 | 4F | 4D | 0 | 19 | 3B | A1 | 3F | 19 |
| Octal | 30 | 151 | 117 | 115 | 0 | 31 | 73 | 241 | 77 | 31 |
| Binary | 11000 | 1101001 | 1001111 | 1001101 | 0 | 11001 | 111011 | 10100001 | 111111 | 11001 |
Color Harmonies of #18694F
Complementary color
Monochromatic Colors of #18694F
Black with #18694F
Text Example
Text Example
White with #18694F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18694F; }
p { color: rgb(24,105,79); }
H1.HeaderClassName
{
color: #18694F;
}
.AnyTagClassName
{
color: #18694F;
}
</style>
background-color css
<style>
a { background-color: #18694F; }
a { background-color: rgb(24,105,79); }
div.DivClassName
{
background-color: #18694F;
}
.BgClassName
{
background-color: #18694F;
}
</style>
border-color css
<style>
span { border-color: #18694F; }
span { border-color: rgb(24,105,79); }
td.TdClassName
{
border-color: #18694F;
}
.TagClassName
{
border-color: #18694F;
}
</style>