Shades of Dark Spring Green #07733D
Tints of Dark Spring Green #07733D
RGB
CMYK
RGB Variations
Color information
#07733D (or 0x07733D) is known color: Dark Spring Green. HEX triplet: 07, 73 and 3D. RGB value is (7,115,61). Sum of RGB (Red+Green+Blue) = 7+115+61=183 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.83% from 183); Green value is 115 (45.31% from 255 or 62.84% from 183); Blue value is 61 (24.22% from 255 or 33.33% from 183); Max value from RGB is 115 - color contains mainly: green. Hex color #07733D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07733D is #F88CC2. Grayscale: #4C4C4C. Windows color (decimal): -16288963 or 4027143. OLE color: 4027143.
HSL color Cylindrical-coordinate representation of color #07733D: hue angle of 150º 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 #07733D is Cyan = 0.94, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 115 | 61 | - |
| CMYK | 0.94 | 0 | 0.47 | 0.55 |
| HSL | 150º | 0.89% | 0.24% | - |
| HSV(B) | 150º | 0.94% | 0.45% | - |
| XYZ | 7.06 | 12.64 | 6.48 | - |
| YUV | 76.55 | 119.22 | 78.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 115 | 61 | 0.94 | 0 | 0.47 | 0.55 | 150 | 0.89 | 0.24 |
| Hex | 7 | 73 | 3D | 5E | 0 | 2F | 37 | 96 | 59 | 18 |
| Octal | 7 | 163 | 75 | 136 | 0 | 57 | 67 | 226 | 131 | 30 |
| Binary | 111 | 1110011 | 111101 | 1011110 | 0 | 101111 | 110111 | 10010110 | 1011001 | 11000 |
Color Harmonies of #07733D
Complementary color
Monochromatic Colors of #07733D
Black with #07733D
Text Example
Text Example
White with #07733D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07733D; }
p { color: rgb(7,115,61); }
H1.HeaderClassName
{
color: #07733D;
}
.AnyTagClassName
{
color: #07733D;
}
</style>
background-color css
<style>
a { background-color: #07733D; }
a { background-color: rgb(7,115,61); }
div.DivClassName
{
background-color: #07733D;
}
.BgClassName
{
background-color: #07733D;
}
</style>
border-color css
<style>
span { border-color: #07733D; }
span { border-color: rgb(7,115,61); }
td.TdClassName
{
border-color: #07733D;
}
.TagClassName
{
border-color: #07733D;
}
</style>