Shades of Jewel #087144
Tints of Jewel #087144
RGB
CMYK
RGB Variations
Color information
#087144 (or 0x087144) is known color: Jewel. HEX triplet: 08, 71 and 44. RGB value is (8,113,68). Sum of RGB (Red+Green+Blue) = 8+113+68=189 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.23% from 189); Green value is 113 (44.53% from 255 or 59.79% from 189); Blue value is 68 (26.95% from 255 or 35.98% from 189); Max value from RGB is 113 - color contains mainly: green. Hex color #087144 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087144 is #F78EBB. Grayscale: #4C4C4C. Windows color (decimal): -16223932 or 4485384. OLE color: 4485384.
HSL color Cylindrical-coordinate representation of color #087144: hue angle of 154.29º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087144 is Cyan = 0.93, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 113 | 68 | - |
| CMYK | 0.93 | 0 | 0.40 | 0.56 |
| HSL | 154.29º | 0.87% | 0.24% | - |
| HSV(B) | 154.29º | 0.93% | 0.44% | - |
| XYZ | 7.05 | 12.28 | 7.47 | - |
| YUV | 76.48 | 123.21 | 79.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 113 | 68 | 0.93 | 0 | 0.40 | 0.56 | 154.29 | 0.87 | 0.24 |
| Hex | 8 | 71 | 44 | 5D | 0 | 28 | 38 | 9A | 57 | 18 |
| Octal | 10 | 161 | 104 | 135 | 0 | 50 | 70 | 232 | 127 | 30 |
| Binary | 1000 | 1110001 | 1000100 | 1011101 | 0 | 101000 | 111000 | 10011010 | 1010111 | 11000 |
Color Harmonies of #087144
Complementary color
Monochromatic Colors of #087144
Black with #087144
Text Example
Text Example
White with #087144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087144; }
p { color: rgb(8,113,68); }
H1.HeaderClassName
{
color: #087144;
}
.AnyTagClassName
{
color: #087144;
}
</style>
background-color css
<style>
a { background-color: #087144; }
a { background-color: rgb(8,113,68); }
div.DivClassName
{
background-color: #087144;
}
.BgClassName
{
background-color: #087144;
}
</style>
border-color css
<style>
span { border-color: #087144; }
span { border-color: rgb(8,113,68); }
td.TdClassName
{
border-color: #087144;
}
.TagClassName
{
border-color: #087144;
}
</style>