Shades of Jewel #087245
Tints of Jewel #087245
RGB
CMYK
RGB Variations
Color information
#087245 (or 0x087245) is known color: Jewel. HEX triplet: 08, 72 and 45. RGB value is (8,114,69). Sum of RGB (Red+Green+Blue) = 8+114+69=191 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.19% from 191); Green value is 114 (44.92% from 255 or 59.69% from 191); Blue value is 69 (27.34% from 255 or 36.13% from 191); Max value from RGB is 114 - color contains mainly: green. Hex color #087245 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087245 is #F78DBA. Grayscale: #4D4D4D. Windows color (decimal): -16223675 or 4551176. OLE color: 4551176.
HSL color Cylindrical-coordinate representation of color #087245: hue angle of 154.53º 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 #087245 is Cyan = 0.93, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 8 | 114 | 69 | - |
| CMYK | 0.93 | 0 | 0.39 | 0.55 |
| HSL | 154.53º | 0.87% | 0.24% | - |
| HSV(B) | 154.53º | 0.93% | 0.45% | - |
| XYZ | 7.19 | 12.52 | 7.67 | - |
| YUV | 77.18 | 123.38 | 78.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 114 | 69 | 0.93 | 0 | 0.39 | 0.55 | 154.53 | 0.87 | 0.24 |
| Hex | 8 | 72 | 45 | 5D | 0 | 27 | 37 | 9B | 57 | 18 |
| Octal | 10 | 162 | 105 | 135 | 0 | 47 | 67 | 233 | 127 | 30 |
| Binary | 1000 | 1110010 | 1000101 | 1011101 | 0 | 100111 | 110111 | 10011011 | 1010111 | 11000 |
Color Harmonies of #087245
Complementary color
Monochromatic Colors of #087245
Black with #087245
Text Example
Text Example
White with #087245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087245; }
p { color: rgb(8,114,69); }
H1.HeaderClassName
{
color: #087245;
}
.AnyTagClassName
{
color: #087245;
}
</style>
background-color css
<style>
a { background-color: #087245; }
a { background-color: rgb(8,114,69); }
div.DivClassName
{
background-color: #087245;
}
.BgClassName
{
background-color: #087245;
}
</style>
border-color css
<style>
span { border-color: #087245; }
span { border-color: rgb(8,114,69); }
td.TdClassName
{
border-color: #087245;
}
.TagClassName
{
border-color: #087245;
}
</style>