Shades of Dark Spring Green #07763C
Tints of Dark Spring Green #07763C
RGB
CMYK
RGB Variations
Color information
#07763C (or 0x07763C) is known color: Dark Spring Green. HEX triplet: 07, 76 and 3C. RGB value is (7,118,60). Sum of RGB (Red+Green+Blue) = 7+118+60=185 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.78% from 185); Green value is 118 (46.48% from 255 or 63.78% from 185); Blue value is 60 (23.83% from 255 or 32.43% from 185); Max value from RGB is 118 - color contains mainly: green. Hex color #07763C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07763C is #F889C3. Grayscale: #4E4E4E. Windows color (decimal): -16288196 or 3962375. OLE color: 3962375.
HSL color Cylindrical-coordinate representation of color #07763C: hue angle of 148.65º 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 #07763C is Cyan = 0.94, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 7 | 118 | 60 | - |
| CMYK | 0.94 | 0 | 0.49 | 0.54 |
| HSL | 148.65º | 0.89% | 0.25% | - |
| HSV(B) | 148.65º | 0.94% | 0.46% | - |
| XYZ | 7.38 | 13.33 | 6.46 | - |
| YUV | 78.2 | 117.73 | 77.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 118 | 60 | 0.94 | 0 | 0.49 | 0.54 | 148.65 | 0.89 | 0.25 |
| Hex | 7 | 76 | 3C | 5E | 0 | 31 | 36 | 95 | 59 | 19 |
| Octal | 7 | 166 | 74 | 136 | 0 | 61 | 66 | 225 | 131 | 31 |
| Binary | 111 | 1110110 | 111100 | 1011110 | 0 | 110001 | 110110 | 10010101 | 1011001 | 11001 |
Color Harmonies of #07763C
Complementary color
Monochromatic Colors of #07763C
Black with #07763C
Text Example
Text Example
White with #07763C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07763C; }
p { color: rgb(7,118,60); }
H1.HeaderClassName
{
color: #07763C;
}
.AnyTagClassName
{
color: #07763C;
}
</style>
background-color css
<style>
a { background-color: #07763C; }
a { background-color: rgb(7,118,60); }
div.DivClassName
{
background-color: #07763C;
}
.BgClassName
{
background-color: #07763C;
}
</style>
border-color css
<style>
span { border-color: #07763C; }
span { border-color: rgb(7,118,60); }
td.TdClassName
{
border-color: #07763C;
}
.TagClassName
{
border-color: #07763C;
}
</style>