Shades of Jewel #15694F
Tints of Jewel #15694F
RGB
CMYK
RGB Variations
Color information
#15694F (or 0x15694F) is known color: Jewel. HEX triplet: 15, 69 and 4F. RGB value is (21,105,79). Sum of RGB (Red+Green+Blue) = 21+105+79=205 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.24% from 205); Green value is 105 (41.41% from 255 or 51.22% from 205); Blue value is 79 (31.25% from 255 or 38.54% from 205); Max value from RGB is 105 - color contains mainly: green. Hex color #15694F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15694F is #EA96B0. Grayscale: #4C4C4C. Windows color (decimal): -15374001 or 5204245. OLE color: 5204245.
HSL color Cylindrical-coordinate representation of color #15694F: hue angle of 161.43º degrees, saturation: 0.67, 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 #15694F is Cyan = 0.80, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 21 | 105 | 79 | - |
| CMYK | 0.80 | 0 | 0.25 | 0.59 |
| HSL | 161.43º | 0.67% | 0.25% | - |
| HSV(B) | 161.43º | 0.8% | 0.41% | - |
| XYZ | 6.77 | 10.83 | 9.13 | - |
| YUV | 76.92 | 129.17 | 88.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 105 | 79 | 0.80 | 0 | 0.25 | 0.59 | 161.43 | 0.67 | 0.25 |
| Hex | 15 | 69 | 4F | 50 | 0 | 19 | 3B | A1 | 43 | 19 |
| Octal | 25 | 151 | 117 | 120 | 0 | 31 | 73 | 241 | 103 | 31 |
| Binary | 10101 | 1101001 | 1001111 | 1010000 | 0 | 11001 | 111011 | 10100001 | 1000011 | 11001 |
Color Harmonies of #15694F
Complementary color
Monochromatic Colors of #15694F
Black with #15694F
Text Example
Text Example
White with #15694F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15694F; }
p { color: rgb(21,105,79); }
H1.HeaderClassName
{
color: #15694F;
}
.AnyTagClassName
{
color: #15694F;
}
</style>
background-color css
<style>
a { background-color: #15694F; }
a { background-color: rgb(21,105,79); }
div.DivClassName
{
background-color: #15694F;
}
.BgClassName
{
background-color: #15694F;
}
</style>
border-color css
<style>
span { border-color: #15694F; }
span { border-color: rgb(21,105,79); }
td.TdClassName
{
border-color: #15694F;
}
.TagClassName
{
border-color: #15694F;
}
</style>