Shades of Jewel #18694A
Tints of Jewel #18694A
RGB
CMYK
RGB Variations
Color information
#18694A (or 0x18694A) is known color: Jewel. HEX triplet: 18, 69 and 4A. RGB value is (24,105,74). Sum of RGB (Red+Green+Blue) = 24+105+74=203 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.82% from 203); Green value is 105 (41.41% from 255 or 51.72% from 203); Blue value is 74 (29.30% from 255 or 36.45% from 203); Max value from RGB is 105 - color contains mainly: green. Hex color #18694A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18694A is #E796B5. Grayscale: #4D4D4D. Windows color (decimal): -15177398 or 4876568. OLE color: 4876568.
HSL color Cylindrical-coordinate representation of color #18694A: hue angle of 157.04º 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 #18694A is Cyan = 0.77, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 24 | 105 | 74 | - |
| CMYK | 0.77 | 0 | 0.30 | 0.59 |
| HSL | 157.04º | 0.63% | 0.25% | - |
| HSV(B) | 157.04º | 0.77% | 0.41% | - |
| XYZ | 6.66 | 10.79 | 8.21 | - |
| YUV | 77.25 | 126.16 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 105 | 74 | 0.77 | 0 | 0.30 | 0.59 | 157.04 | 0.63 | 0.25 |
| Hex | 18 | 69 | 4A | 4D | 0 | 1E | 3B | 9D | 3F | 19 |
| Octal | 30 | 151 | 112 | 115 | 0 | 36 | 73 | 235 | 77 | 31 |
| Binary | 11000 | 1101001 | 1001010 | 1001101 | 0 | 11110 | 111011 | 10011101 | 111111 | 11001 |
Color Harmonies of #18694A
Complementary color
Monochromatic Colors of #18694A
Black with #18694A
Text Example
Text Example
White with #18694A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18694A; }
p { color: rgb(24,105,74); }
H1.HeaderClassName
{
color: #18694A;
}
.AnyTagClassName
{
color: #18694A;
}
</style>
background-color css
<style>
a { background-color: #18694A; }
a { background-color: rgb(24,105,74); }
div.DivClassName
{
background-color: #18694A;
}
.BgClassName
{
background-color: #18694A;
}
</style>
border-color css
<style>
span { border-color: #18694A; }
span { border-color: rgb(24,105,74); }
td.TdClassName
{
border-color: #18694A;
}
.TagClassName
{
border-color: #18694A;
}
</style>