Shades of Jewel #07703A
Tints of Jewel #07703A
RGB
CMYK
RGB Variations
Color information
#07703A (or 0x07703A) is known color: Jewel. HEX triplet: 07, 70 and 3A. RGB value is (7,112,58). Sum of RGB (Red+Green+Blue) = 7+112+58=177 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.95% from 177); Green value is 112 (44.14% from 255 or 63.28% from 177); Blue value is 58 (23.05% from 255 or 32.77% from 177); Max value from RGB is 112 - color contains mainly: green. Hex color #07703A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07703A is #F88FC5. Grayscale: #4A4A4A. Windows color (decimal): -16289734 or 3829767. OLE color: 3829767.
HSL color Cylindrical-coordinate representation of color #07703A: hue angle of 149.14º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07703A is Cyan = 0.94, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 112 | 58 | - |
| CMYK | 0.94 | 0 | 0.48 | 0.56 |
| HSL | 149.14º | 0.88% | 0.23% | - |
| HSV(B) | 149.14º | 0.94% | 0.44% | - |
| XYZ | 6.65 | 11.94 | 5.96 | - |
| YUV | 74.45 | 118.71 | 79.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 112 | 58 | 0.94 | 0 | 0.48 | 0.56 | 149.14 | 0.88 | 0.23 |
| Hex | 7 | 70 | 3A | 5E | 0 | 30 | 38 | 95 | 58 | 17 |
| Octal | 7 | 160 | 72 | 136 | 0 | 60 | 70 | 225 | 130 | 27 |
| Binary | 111 | 1110000 | 111010 | 1011110 | 0 | 110000 | 111000 | 10010101 | 1011000 | 10111 |
Color Harmonies of #07703A
Complementary color
Monochromatic Colors of #07703A
Black with #07703A
Text Example
Text Example
White with #07703A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07703A; }
p { color: rgb(7,112,58); }
H1.HeaderClassName
{
color: #07703A;
}
.AnyTagClassName
{
color: #07703A;
}
</style>
background-color css
<style>
a { background-color: #07703A; }
a { background-color: rgb(7,112,58); }
div.DivClassName
{
background-color: #07703A;
}
.BgClassName
{
background-color: #07703A;
}
</style>
border-color css
<style>
span { border-color: #07703A; }
span { border-color: rgb(7,112,58); }
td.TdClassName
{
border-color: #07703A;
}
.TagClassName
{
border-color: #07703A;
}
</style>