Shades of Jewel #00703B
Tints of Jewel #00703B
RGB
CMYK
RGB Variations
Color information
#00703B (or 0x00703B) is known color: Jewel. HEX triplet: 00, 70 and 3B. RGB value is (0,112,59). Sum of RGB (Red+Green+Blue) = 0+112+59=171 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 171); Green value is 112 (44.14% from 255 or 65.50% from 171); Blue value is 59 (23.44% from 255 or 34.50% from 171); Max value from RGB is 112 - color contains mainly: green. Hex color #00703B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00703B is #FF8FC4. Grayscale: #484848. Windows color (decimal): -16748485 or 3895296. OLE color: 3895296.
HSL color Cylindrical-coordinate representation of color #00703B: hue angle of 151.61º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00703B is Cyan = 1, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 112 | 59 | - |
| CMYK | 1 | 0 | 0.47 | 0.56 |
| HSL | 151.61º | 1% | 0.22% | - |
| HSV(B) | 151.61º | 1% | 0.44% | - |
| XYZ | 6.58 | 11.9 | 6.09 | - |
| YUV | 72.47 | 120.39 | 76.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 112 | 59 | 1 | 0 | 0.47 | 0.56 | 151.61 | 1 | 0.22 |
| Hex | 0 | 70 | 3B | 64 | 0 | 2F | 38 | 98 | 64 | 16 |
| Octal | 0 | 160 | 73 | 144 | 0 | 57 | 70 | 230 | 144 | 26 |
| Binary | 0 | 1110000 | 111011 | 1100100 | 0 | 101111 | 111000 | 10011000 | 1100100 | 10110 |
Color Harmonies of #00703B
Complementary color
Monochromatic Colors of #00703B
Black with #00703B
Text Example
Text Example
White with #00703B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00703B; }
p { color: rgb(0,112,59); }
H1.HeaderClassName
{
color: #00703B;
}
.AnyTagClassName
{
color: #00703B;
}
</style>
background-color css
<style>
a { background-color: #00703B; }
a { background-color: rgb(0,112,59); }
div.DivClassName
{
background-color: #00703B;
}
.BgClassName
{
background-color: #00703B;
}
</style>
border-color css
<style>
span { border-color: #00703B; }
span { border-color: rgb(0,112,59); }
td.TdClassName
{
border-color: #00703B;
}
.TagClassName
{
border-color: #00703B;
}
</style>