Shades of Jewel #08703C
Tints of Jewel #08703C
RGB
CMYK
RGB Variations
Color information
#08703C (or 0x08703C) is known color: Jewel. HEX triplet: 08, 70 and 3C. RGB value is (8,112,60). Sum of RGB (Red+Green+Blue) = 8+112+60=180 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.44% from 180); Green value is 112 (44.14% from 255 or 62.22% from 180); Blue value is 60 (23.83% from 255 or 33.33% from 180); Max value from RGB is 112 - color contains mainly: green. Hex color #08703C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08703C is #F78FC3. Grayscale: #4B4B4B. Windows color (decimal): -16224196 or 3960840. OLE color: 3960840.
HSL color Cylindrical-coordinate representation of color #08703C: hue angle of 150º 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 #08703C is Cyan = 0.93, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 112 | 60 | - |
| CMYK | 0.93 | 0 | 0.46 | 0.56 |
| HSL | 150º | 0.87% | 0.24% | - |
| HSV(B) | 150º | 0.93% | 0.44% | - |
| XYZ | 6.71 | 11.97 | 6.23 | - |
| YUV | 74.98 | 119.54 | 80.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 112 | 60 | 0.93 | 0 | 0.46 | 0.56 | 150 | 0.87 | 0.24 |
| Hex | 8 | 70 | 3C | 5D | 0 | 2E | 38 | 96 | 57 | 18 |
| Octal | 10 | 160 | 74 | 135 | 0 | 56 | 70 | 226 | 127 | 30 |
| Binary | 1000 | 1110000 | 111100 | 1011101 | 0 | 101110 | 111000 | 10010110 | 1010111 | 11000 |
Color Harmonies of #08703C
Complementary color
Monochromatic Colors of #08703C
Black with #08703C
Text Example
Text Example
White with #08703C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08703C; }
p { color: rgb(8,112,60); }
H1.HeaderClassName
{
color: #08703C;
}
.AnyTagClassName
{
color: #08703C;
}
</style>
background-color css
<style>
a { background-color: #08703C; }
a { background-color: rgb(8,112,60); }
div.DivClassName
{
background-color: #08703C;
}
.BgClassName
{
background-color: #08703C;
}
</style>
border-color css
<style>
span { border-color: #08703C; }
span { border-color: rgb(8,112,60); }
td.TdClassName
{
border-color: #08703C;
}
.TagClassName
{
border-color: #08703C;
}
</style>