Shades of Dark Spring Green #077745
Tints of Dark Spring Green #077745
RGB
CMYK
RGB Variations
Color information
#077745 (or 0x077745) is known color: Dark Spring Green. HEX triplet: 07, 77 and 45. RGB value is (7,119,69). Sum of RGB (Red+Green+Blue) = 7+119+69=195 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.59% from 195); Green value is 119 (46.88% from 255 or 61.03% from 195); Blue value is 69 (27.34% from 255 or 35.38% from 195); Max value from RGB is 119 - color contains mainly: green. Hex color #077745 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077745 is #F888BA. Grayscale: #4F4F4F. Windows color (decimal): -16287931 or 4552455. OLE color: 4552455.
HSL color Cylindrical-coordinate representation of color #077745: hue angle of 153.21º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077745 is Cyan = 0.94, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 119 | 69 | - |
| CMYK | 0.94 | 0 | 0.42 | 0.53 |
| HSL | 153.21º | 0.89% | 0.25% | - |
| HSV(B) | 153.21º | 0.94% | 0.47% | - |
| XYZ | 7.76 | 13.67 | 7.86 | - |
| YUV | 79.81 | 121.89 | 76.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 119 | 69 | 0.94 | 0 | 0.42 | 0.53 | 153.21 | 0.89 | 0.25 |
| Hex | 7 | 77 | 45 | 5E | 0 | 2A | 35 | 99 | 59 | 19 |
| Octal | 7 | 167 | 105 | 136 | 0 | 52 | 65 | 231 | 131 | 31 |
| Binary | 111 | 1110111 | 1000101 | 1011110 | 0 | 101010 | 110101 | 10011001 | 1011001 | 11001 |
Color Harmonies of #077745
Complementary color
Monochromatic Colors of #077745
Black with #077745
Text Example
Text Example
White with #077745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077745; }
p { color: rgb(7,119,69); }
H1.HeaderClassName
{
color: #077745;
}
.AnyTagClassName
{
color: #077745;
}
</style>
background-color css
<style>
a { background-color: #077745; }
a { background-color: rgb(7,119,69); }
div.DivClassName
{
background-color: #077745;
}
.BgClassName
{
background-color: #077745;
}
</style>
border-color css
<style>
span { border-color: #077745; }
span { border-color: rgb(7,119,69); }
td.TdClassName
{
border-color: #077745;
}
.TagClassName
{
border-color: #077745;
}
</style>