Shades of Jewel #15684A
Tints of Jewel #15684A
RGB
CMYK
RGB Variations
Color information
#15684A (or 0x15684A) is known color: Jewel. HEX triplet: 15, 68 and 4A. RGB value is (21,104,74). Sum of RGB (Red+Green+Blue) = 21+104+74=199 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.55% from 199); Green value is 104 (41.02% from 255 or 52.26% from 199); Blue value is 74 (29.30% from 255 or 37.19% from 199); Max value from RGB is 104 - color contains mainly: green. Hex color #15684A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15684A is #EA97B5. Grayscale: #4B4B4B. Windows color (decimal): -15374262 or 4876309. OLE color: 4876309.
HSL color Cylindrical-coordinate representation of color #15684A: hue angle of 158.31º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #15684A is Cyan = 0.80, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 21 | 104 | 74 | - |
| CMYK | 0.80 | 0 | 0.29 | 0.59 |
| HSL | 158.31º | 0.66% | 0.25% | - |
| HSV(B) | 158.31º | 0.8% | 0.41% | - |
| XYZ | 6.5 | 10.55 | 8.17 | - |
| YUV | 75.76 | 127 | 88.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 104 | 74 | 0.80 | 0 | 0.29 | 0.59 | 158.31 | 0.66 | 0.25 |
| Hex | 15 | 68 | 4A | 50 | 0 | 1D | 3B | 9E | 42 | 19 |
| Octal | 25 | 150 | 112 | 120 | 0 | 35 | 73 | 236 | 102 | 31 |
| Binary | 10101 | 1101000 | 1001010 | 1010000 | 0 | 11101 | 111011 | 10011110 | 1000010 | 11001 |
Color Harmonies of #15684A
Complementary color
Monochromatic Colors of #15684A
Black with #15684A
Text Example
Text Example
White with #15684A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15684A; }
p { color: rgb(21,104,74); }
H1.HeaderClassName
{
color: #15684A;
}
.AnyTagClassName
{
color: #15684A;
}
</style>
background-color css
<style>
a { background-color: #15684A; }
a { background-color: rgb(21,104,74); }
div.DivClassName
{
background-color: #15684A;
}
.BgClassName
{
background-color: #15684A;
}
</style>
border-color css
<style>
span { border-color: #15684A; }
span { border-color: rgb(21,104,74); }
td.TdClassName
{
border-color: #15684A;
}
.TagClassName
{
border-color: #15684A;
}
</style>