Shades of Jewel #08703D
Tints of Jewel #08703D
RGB
CMYK
RGB Variations
Color information
#08703D (or 0x08703D) is known color: Jewel. HEX triplet: 08, 70 and 3D. RGB value is (8,112,61). Sum of RGB (Red+Green+Blue) = 8+112+61=181 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.42% from 181); Green value is 112 (44.14% from 255 or 61.88% from 181); Blue value is 61 (24.22% from 255 or 33.70% from 181); Max value from RGB is 112 - color contains mainly: green. Hex color #08703D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08703D is #F78FC2. Grayscale: #4B4B4B. Windows color (decimal): -16224195 or 4026376. OLE color: 4026376.
HSL color Cylindrical-coordinate representation of color #08703D: hue angle of 150.58º 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 #08703D is Cyan = 0.93, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 112 | 61 | - |
| CMYK | 0.93 | 0 | 0.46 | 0.56 |
| HSL | 150.58º | 0.87% | 0.24% | - |
| HSV(B) | 150.58º | 0.93% | 0.44% | - |
| XYZ | 6.74 | 11.98 | 6.37 | - |
| YUV | 75.09 | 120.04 | 80.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 112 | 61 | 0.93 | 0 | 0.46 | 0.56 | 150.58 | 0.87 | 0.24 |
| Hex | 8 | 70 | 3D | 5D | 0 | 2E | 38 | 97 | 57 | 18 |
| Octal | 10 | 160 | 75 | 135 | 0 | 56 | 70 | 227 | 127 | 30 |
| Binary | 1000 | 1110000 | 111101 | 1011101 | 0 | 101110 | 111000 | 10010111 | 1010111 | 11000 |
Color Harmonies of #08703D
Complementary color
Monochromatic Colors of #08703D
Black with #08703D
Text Example
Text Example
White with #08703D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08703D; }
p { color: rgb(8,112,61); }
H1.HeaderClassName
{
color: #08703D;
}
.AnyTagClassName
{
color: #08703D;
}
</style>
background-color css
<style>
a { background-color: #08703D; }
a { background-color: rgb(8,112,61); }
div.DivClassName
{
background-color: #08703D;
}
.BgClassName
{
background-color: #08703D;
}
</style>
border-color css
<style>
span { border-color: #08703D; }
span { border-color: rgb(8,112,61); }
td.TdClassName
{
border-color: #08703D;
}
.TagClassName
{
border-color: #08703D;
}
</style>