Shades of Jewel #07723D
Tints of Jewel #07723D
RGB
CMYK
RGB Variations
Color information
#07723D (or 0x07723D) is known color: Jewel. HEX triplet: 07, 72 and 3D. RGB value is (7,114,61). Sum of RGB (Red+Green+Blue) = 7+114+61=182 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.85% from 182); Green value is 114 (44.92% from 255 or 62.64% from 182); Blue value is 61 (24.22% from 255 or 33.52% from 182); Max value from RGB is 114 - color contains mainly: green. Hex color #07723D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07723D is #F88DC2. Grayscale: #4C4C4C. Windows color (decimal): -16289219 or 4026887. OLE color: 4026887.
HSL color Cylindrical-coordinate representation of color #07723D: hue angle of 150.28º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07723D is Cyan = 0.94, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 114 | 61 | - |
| CMYK | 0.94 | 0 | 0.46 | 0.55 |
| HSL | 150.28º | 0.88% | 0.24% | - |
| HSV(B) | 150.28º | 0.94% | 0.45% | - |
| XYZ | 6.95 | 12.42 | 6.45 | - |
| YUV | 75.97 | 119.55 | 78.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 114 | 61 | 0.94 | 0 | 0.46 | 0.55 | 150.28 | 0.88 | 0.24 |
| Hex | 7 | 72 | 3D | 5E | 0 | 2E | 37 | 96 | 58 | 18 |
| Octal | 7 | 162 | 75 | 136 | 0 | 56 | 67 | 226 | 130 | 30 |
| Binary | 111 | 1110010 | 111101 | 1011110 | 0 | 101110 | 110111 | 10010110 | 1011000 | 11000 |
Color Harmonies of #07723D
Complementary color
Monochromatic Colors of #07723D
Black with #07723D
Text Example
Text Example
White with #07723D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07723D; }
p { color: rgb(7,114,61); }
H1.HeaderClassName
{
color: #07723D;
}
.AnyTagClassName
{
color: #07723D;
}
</style>
background-color css
<style>
a { background-color: #07723D; }
a { background-color: rgb(7,114,61); }
div.DivClassName
{
background-color: #07723D;
}
.BgClassName
{
background-color: #07723D;
}
</style>
border-color css
<style>
span { border-color: #07723D; }
span { border-color: rgb(7,114,61); }
td.TdClassName
{
border-color: #07723D;
}
.TagClassName
{
border-color: #07723D;
}
</style>