Shades of Dark Spring Green #07763B
Tints of Dark Spring Green #07763B
RGB
CMYK
RGB Variations
Color information
#07763B (or 0x07763B) is known color: Dark Spring Green. HEX triplet: 07, 76 and 3B. RGB value is (7,118,59). Sum of RGB (Red+Green+Blue) = 7+118+59=184 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.80% from 184); Green value is 118 (46.48% from 255 or 64.13% from 184); Blue value is 59 (23.44% from 255 or 32.07% from 184); Max value from RGB is 118 - color contains mainly: green. Hex color #07763B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07763B is #F889C4. Grayscale: #4E4E4E. Windows color (decimal): -16288197 or 3896839. OLE color: 3896839.
HSL color Cylindrical-coordinate representation of color #07763B: hue angle of 148.11º 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 #07763B is Cyan = 0.94, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 7 | 118 | 59 | - |
| CMYK | 0.94 | 0 | 0.50 | 0.54 |
| HSL | 148.11º | 0.89% | 0.25% | - |
| HSV(B) | 148.11º | 0.94% | 0.46% | - |
| XYZ | 7.36 | 13.32 | 6.32 | - |
| YUV | 78.09 | 117.23 | 77.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 118 | 59 | 0.94 | 0 | 0.50 | 0.54 | 148.11 | 0.89 | 0.25 |
| Hex | 7 | 76 | 3B | 5E | 0 | 32 | 36 | 94 | 59 | 19 |
| Octal | 7 | 166 | 73 | 136 | 0 | 62 | 66 | 224 | 131 | 31 |
| Binary | 111 | 1110110 | 111011 | 1011110 | 0 | 110010 | 110110 | 10010100 | 1011001 | 11001 |
Color Harmonies of #07763B
Complementary color
Monochromatic Colors of #07763B
Black with #07763B
Text Example
Text Example
White with #07763B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07763B; }
p { color: rgb(7,118,59); }
H1.HeaderClassName
{
color: #07763B;
}
.AnyTagClassName
{
color: #07763B;
}
</style>
background-color css
<style>
a { background-color: #07763B; }
a { background-color: rgb(7,118,59); }
div.DivClassName
{
background-color: #07763B;
}
.BgClassName
{
background-color: #07763B;
}
</style>
border-color css
<style>
span { border-color: #07763B; }
span { border-color: rgb(7,118,59); }
td.TdClassName
{
border-color: #07763B;
}
.TagClassName
{
border-color: #07763B;
}
</style>