Shades of Dark Spring Green #077B3E
Tints of Dark Spring Green #077B3E
RGB
CMYK
RGB Variations
Color information
#077B3E (or 0x077B3E) is known color: Dark Spring Green. HEX triplet: 07, 7B and 3E. RGB value is (7,123,62). Sum of RGB (Red+Green+Blue) = 7+123+62=192 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.65% from 192); Green value is 123 (48.44% from 255 or 64.06% from 192); Blue value is 62 (24.61% from 255 or 32.29% from 192); Max value from RGB is 123 - color contains mainly: green. Hex color #077B3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077B3E is #F884C1. Grayscale: #515151. Windows color (decimal): -16286914 or 4094727. OLE color: 4094727.
HSL color Cylindrical-coordinate representation of color #077B3E: hue angle of 148.45º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077B3E is Cyan = 0.94, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 7 | 123 | 62 | - |
| CMYK | 0.94 | 0 | 0.50 | 0.52 |
| HSL | 148.45º | 0.89% | 0.25% | - |
| HSV(B) | 148.45º | 0.94% | 0.48% | - |
| XYZ | 8.04 | 14.56 | 6.94 | - |
| YUV | 81.36 | 117.07 | 74.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 123 | 62 | 0.94 | 0 | 0.50 | 0.52 | 148.45 | 0.89 | 0.25 |
| Hex | 7 | 7B | 3E | 5E | 0 | 32 | 34 | 94 | 59 | 19 |
| Octal | 7 | 173 | 76 | 136 | 0 | 62 | 64 | 224 | 131 | 31 |
| Binary | 111 | 1111011 | 111110 | 1011110 | 0 | 110010 | 110100 | 10010100 | 1011001 | 11001 |
Color Harmonies of #077B3E
Complementary color
Monochromatic Colors of #077B3E
Black with #077B3E
Text Example
Text Example
White with #077B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077B3E; }
p { color: rgb(7,123,62); }
H1.HeaderClassName
{
color: #077B3E;
}
.AnyTagClassName
{
color: #077B3E;
}
</style>
background-color css
<style>
a { background-color: #077B3E; }
a { background-color: rgb(7,123,62); }
div.DivClassName
{
background-color: #077B3E;
}
.BgClassName
{
background-color: #077B3E;
}
</style>
border-color css
<style>
span { border-color: #077B3E; }
span { border-color: rgb(7,123,62); }
td.TdClassName
{
border-color: #077B3E;
}
.TagClassName
{
border-color: #077B3E;
}
</style>