Shades of Dark Spring Green #07763A
Tints of Dark Spring Green #07763A
RGB
CMYK
RGB Variations
Color information
#07763A (or 0x07763A) is known color: Dark Spring Green. HEX triplet: 07, 76 and 3A. RGB value is (7,118,58). Sum of RGB (Red+Green+Blue) = 7+118+58=183 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.83% from 183); Green value is 118 (46.48% from 255 or 64.48% from 183); Blue value is 58 (23.05% from 255 or 31.69% from 183); Max value from RGB is 118 - color contains mainly: green. Hex color #07763A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07763A is #F889C5. Grayscale: #4E4E4E. Windows color (decimal): -16288198 or 3831303. OLE color: 3831303.
HSL color Cylindrical-coordinate representation of color #07763A: hue angle of 147.57º 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 #07763A is Cyan = 0.94, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 7 | 118 | 58 | - |
| CMYK | 0.94 | 0 | 0.51 | 0.54 |
| HSL | 147.57º | 0.89% | 0.25% | - |
| HSV(B) | 147.57º | 0.94% | 0.46% | - |
| XYZ | 7.33 | 13.31 | 6.19 | - |
| YUV | 77.97 | 116.73 | 77.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 118 | 58 | 0.94 | 0 | 0.51 | 0.54 | 147.57 | 0.89 | 0.25 |
| Hex | 7 | 76 | 3A | 5E | 0 | 33 | 36 | 94 | 59 | 19 |
| Octal | 7 | 166 | 72 | 136 | 0 | 63 | 66 | 224 | 131 | 31 |
| Binary | 111 | 1110110 | 111010 | 1011110 | 0 | 110011 | 110110 | 10010100 | 1011001 | 11001 |
Color Harmonies of #07763A
Complementary color
Monochromatic Colors of #07763A
Black with #07763A
Text Example
Text Example
White with #07763A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07763A; }
p { color: rgb(7,118,58); }
H1.HeaderClassName
{
color: #07763A;
}
.AnyTagClassName
{
color: #07763A;
}
</style>
background-color css
<style>
a { background-color: #07763A; }
a { background-color: rgb(7,118,58); }
div.DivClassName
{
background-color: #07763A;
}
.BgClassName
{
background-color: #07763A;
}
</style>
border-color css
<style>
span { border-color: #07763A; }
span { border-color: rgb(7,118,58); }
td.TdClassName
{
border-color: #07763A;
}
.TagClassName
{
border-color: #07763A;
}
</style>