Shades of Dark Spring Green #07743D
Tints of Dark Spring Green #07743D
RGB
CMYK
RGB Variations
Color information
#07743D (or 0x07743D) is known color: Dark Spring Green. HEX triplet: 07, 74 and 3D. RGB value is (7,116,61). Sum of RGB (Red+Green+Blue) = 7+116+61=184 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.80% from 184); Green value is 116 (45.70% from 255 or 63.04% from 184); Blue value is 61 (24.22% from 255 or 33.15% from 184); Max value from RGB is 116 - color contains mainly: green. Hex color #07743D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07743D is #F88BC2. Grayscale: #4D4D4D. Windows color (decimal): -16288707 or 4027399. OLE color: 4027399.
HSL color Cylindrical-coordinate representation of color #07743D: hue angle of 149.72º degrees, saturation: 0.89, 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 #07743D is Cyan = 0.94, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 116 | 61 | - |
| CMYK | 0.94 | 0 | 0.47 | 0.55 |
| HSL | 149.72º | 0.89% | 0.24% | - |
| HSV(B) | 149.72º | 0.94% | 0.45% | - |
| XYZ | 7.18 | 12.87 | 6.52 | - |
| YUV | 77.14 | 118.89 | 77.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 116 | 61 | 0.94 | 0 | 0.47 | 0.55 | 149.72 | 0.89 | 0.24 |
| Hex | 7 | 74 | 3D | 5E | 0 | 2F | 37 | 96 | 59 | 18 |
| Octal | 7 | 164 | 75 | 136 | 0 | 57 | 67 | 226 | 131 | 30 |
| Binary | 111 | 1110100 | 111101 | 1011110 | 0 | 101111 | 110111 | 10010110 | 1011001 | 11000 |
Color Harmonies of #07743D
Complementary color
Monochromatic Colors of #07743D
Black with #07743D
Text Example
Text Example
White with #07743D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07743D; }
p { color: rgb(7,116,61); }
H1.HeaderClassName
{
color: #07743D;
}
.AnyTagClassName
{
color: #07743D;
}
</style>
background-color css
<style>
a { background-color: #07743D; }
a { background-color: rgb(7,116,61); }
div.DivClassName
{
background-color: #07743D;
}
.BgClassName
{
background-color: #07743D;
}
</style>
border-color css
<style>
span { border-color: #07743D; }
span { border-color: rgb(7,116,61); }
td.TdClassName
{
border-color: #07743D;
}
.TagClassName
{
border-color: #07743D;
}
</style>