Shades of Dark Spring Green #07753B
Tints of Dark Spring Green #07753B
RGB
CMYK
RGB Variations
Color information
#07753B (or 0x07753B) is known color: Dark Spring Green. HEX triplet: 07, 75 and 3B. RGB value is (7,117,59). Sum of RGB (Red+Green+Blue) = 7+117+59=183 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.83% from 183); Green value is 117 (46.09% from 255 or 63.93% from 183); Blue value is 59 (23.44% from 255 or 32.24% from 183); Max value from RGB is 117 - color contains mainly: green. Hex color #07753B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07753B is #F88AC4. Grayscale: #4D4D4D. Windows color (decimal): -16288453 or 3896583. OLE color: 3896583.
HSL color Cylindrical-coordinate representation of color #07753B: hue angle of 148.36º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07753B is Cyan = 0.94, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 7 | 117 | 59 | - |
| CMYK | 0.94 | 0 | 0.50 | 0.54 |
| HSL | 148.36º | 0.89% | 0.24% | - |
| HSV(B) | 148.36º | 0.94% | 0.46% | - |
| XYZ | 7.24 | 13.08 | 6.28 | - |
| YUV | 77.5 | 117.56 | 77.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 117 | 59 | 0.94 | 0 | 0.50 | 0.54 | 148.36 | 0.89 | 0.24 |
| Hex | 7 | 75 | 3B | 5E | 0 | 32 | 36 | 94 | 59 | 18 |
| Octal | 7 | 165 | 73 | 136 | 0 | 62 | 66 | 224 | 131 | 30 |
| Binary | 111 | 1110101 | 111011 | 1011110 | 0 | 110010 | 110110 | 10010100 | 1011001 | 11000 |
Color Harmonies of #07753B
Complementary color
Monochromatic Colors of #07753B
Black with #07753B
Text Example
Text Example
White with #07753B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07753B; }
p { color: rgb(7,117,59); }
H1.HeaderClassName
{
color: #07753B;
}
.AnyTagClassName
{
color: #07753B;
}
</style>
background-color css
<style>
a { background-color: #07753B; }
a { background-color: rgb(7,117,59); }
div.DivClassName
{
background-color: #07753B;
}
.BgClassName
{
background-color: #07753B;
}
</style>
border-color css
<style>
span { border-color: #07753B; }
span { border-color: rgb(7,117,59); }
td.TdClassName
{
border-color: #07753B;
}
.TagClassName
{
border-color: #07753B;
}
</style>