Shades of Jewel #087242
Tints of Jewel #087242
RGB
CMYK
RGB Variations
Color information
#087242 (or 0x087242) is known color: Jewel. HEX triplet: 08, 72 and 42. RGB value is (8,114,66). Sum of RGB (Red+Green+Blue) = 8+114+66=188 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.26% from 188); Green value is 114 (44.92% from 255 or 60.64% from 188); Blue value is 66 (26.17% from 255 or 35.11% from 188); Max value from RGB is 114 - color contains mainly: green. Hex color #087242 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087242 is #F78DBD. Grayscale: #4C4C4C. Windows color (decimal): -16223678 or 4354568. OLE color: 4354568.
HSL color Cylindrical-coordinate representation of color #087242: hue angle of 152.83º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087242 is Cyan = 0.93, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 8 | 114 | 66 | - |
| CMYK | 0.93 | 0 | 0.42 | 0.55 |
| HSL | 152.83º | 0.87% | 0.24% | - |
| HSV(B) | 152.83º | 0.93% | 0.45% | - |
| XYZ | 7.1 | 12.48 | 7.19 | - |
| YUV | 76.83 | 121.88 | 78.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 114 | 66 | 0.93 | 0 | 0.42 | 0.55 | 152.83 | 0.87 | 0.24 |
| Hex | 8 | 72 | 42 | 5D | 0 | 2A | 37 | 99 | 57 | 18 |
| Octal | 10 | 162 | 102 | 135 | 0 | 52 | 67 | 231 | 127 | 30 |
| Binary | 1000 | 1110010 | 1000010 | 1011101 | 0 | 101010 | 110111 | 10011001 | 1010111 | 11000 |
Color Harmonies of #087242
Complementary color
Monochromatic Colors of #087242
Black with #087242
Text Example
Text Example
White with #087242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087242; }
p { color: rgb(8,114,66); }
H1.HeaderClassName
{
color: #087242;
}
.AnyTagClassName
{
color: #087242;
}
</style>
background-color css
<style>
a { background-color: #087242; }
a { background-color: rgb(8,114,66); }
div.DivClassName
{
background-color: #087242;
}
.BgClassName
{
background-color: #087242;
}
</style>
border-color css
<style>
span { border-color: #087242; }
span { border-color: rgb(8,114,66); }
td.TdClassName
{
border-color: #087242;
}
.TagClassName
{
border-color: #087242;
}
</style>