Shades of Dark Spring Green #07763F
Tints of Dark Spring Green #07763F
RGB
CMYK
RGB Variations
Color information
#07763F (or 0x07763F) is known color: Dark Spring Green. HEX triplet: 07, 76 and 3F. RGB value is (7,118,63). Sum of RGB (Red+Green+Blue) = 7+118+63=188 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.72% from 188); Green value is 118 (46.48% from 255 or 62.77% from 188); Blue value is 63 (25% from 255 or 33.51% from 188); Max value from RGB is 118 - color contains mainly: green. Hex color #07763F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07763F is #F889C0. Grayscale: #4E4E4E. Windows color (decimal): -16288193 or 4158983. OLE color: 4158983.
HSL color Cylindrical-coordinate representation of color #07763F: hue angle of 150.27º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07763F is Cyan = 0.94, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 7 | 118 | 63 | - |
| CMYK | 0.94 | 0 | 0.47 | 0.54 |
| HSL | 150.27º | 0.89% | 0.25% | - |
| HSV(B) | 150.27º | 0.94% | 0.46% | - |
| XYZ | 7.46 | 13.36 | 6.89 | - |
| YUV | 78.54 | 119.23 | 76.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 118 | 63 | 0.94 | 0 | 0.47 | 0.54 | 150.27 | 0.89 | 0.25 |
| Hex | 7 | 76 | 3F | 5E | 0 | 2F | 36 | 96 | 59 | 19 |
| Octal | 7 | 166 | 77 | 136 | 0 | 57 | 66 | 226 | 131 | 31 |
| Binary | 111 | 1110110 | 111111 | 1011110 | 0 | 101111 | 110110 | 10010110 | 1011001 | 11001 |
Color Harmonies of #07763F
Complementary color
Monochromatic Colors of #07763F
Black with #07763F
Text Example
Text Example
White with #07763F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07763F; }
p { color: rgb(7,118,63); }
H1.HeaderClassName
{
color: #07763F;
}
.AnyTagClassName
{
color: #07763F;
}
</style>
background-color css
<style>
a { background-color: #07763F; }
a { background-color: rgb(7,118,63); }
div.DivClassName
{
background-color: #07763F;
}
.BgClassName
{
background-color: #07763F;
}
</style>
border-color css
<style>
span { border-color: #07763F; }
span { border-color: rgb(7,118,63); }
td.TdClassName
{
border-color: #07763F;
}
.TagClassName
{
border-color: #07763F;
}
</style>