Shades of Dark Spring Green #077238
Tints of Dark Spring Green #077238
RGB
CMYK
RGB Variations
Color information
#077238 (or 0x077238) is known color: Dark Spring Green. HEX triplet: 07, 72 and 38. RGB value is (7,114,56). Sum of RGB (Red+Green+Blue) = 7+114+56=177 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.95% from 177); Green value is 114 (44.92% from 255 or 64.41% from 177); Blue value is 56 (22.27% from 255 or 31.64% from 177); Max value from RGB is 114 - color contains mainly: green. Hex color #077238 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077238 is #F88DC7. Grayscale: #4B4B4B. Windows color (decimal): -16289224 or 3699207. OLE color: 3699207.
HSL color Cylindrical-coordinate representation of color #077238: hue angle of 147.48º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077238 is Cyan = 0.94, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 114 | 56 | - |
| CMYK | 0.94 | 0 | 0.51 | 0.55 |
| HSL | 147.48º | 0.88% | 0.24% | - |
| HSV(B) | 147.48º | 0.94% | 0.45% | - |
| XYZ | 6.82 | 12.37 | 5.77 | - |
| YUV | 75.4 | 117.05 | 79.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 114 | 56 | 0.94 | 0 | 0.51 | 0.55 | 147.48 | 0.88 | 0.24 |
| Hex | 7 | 72 | 38 | 5E | 0 | 33 | 37 | 93 | 58 | 18 |
| Octal | 7 | 162 | 70 | 136 | 0 | 63 | 67 | 223 | 130 | 30 |
| Binary | 111 | 1110010 | 111000 | 1011110 | 0 | 110011 | 110111 | 10010011 | 1011000 | 11000 |
Color Harmonies of #077238
Complementary color
Monochromatic Colors of #077238
Black with #077238
Text Example
Text Example
White with #077238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077238; }
p { color: rgb(7,114,56); }
H1.HeaderClassName
{
color: #077238;
}
.AnyTagClassName
{
color: #077238;
}
</style>
background-color css
<style>
a { background-color: #077238; }
a { background-color: rgb(7,114,56); }
div.DivClassName
{
background-color: #077238;
}
.BgClassName
{
background-color: #077238;
}
</style>
border-color css
<style>
span { border-color: #077238; }
span { border-color: rgb(7,114,56); }
td.TdClassName
{
border-color: #077238;
}
.TagClassName
{
border-color: #077238;
}
</style>