Shades of Dark Spring Green #007A3A
Tints of Dark Spring Green #007A3A
RGB
CMYK
RGB Variations
Color information
#007A3A (or 0x007A3A) is known color: Dark Spring Green. HEX triplet: 00, 7A and 3A. RGB value is (0,122,58). Sum of RGB (Red+Green+Blue) = 0+122+58=180 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 180); Green value is 122 (48.05% from 255 or 67.78% from 180); Blue value is 58 (23.05% from 255 or 32.22% from 180); Max value from RGB is 122 - color contains mainly: green. Hex color #007A3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007A3A is #FF85C5. Grayscale: #4E4E4E. Windows color (decimal): -16745926 or 3832320. OLE color: 3832320.
HSL color Cylindrical-coordinate representation of color #007A3A: hue angle of 148.52º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007A3A is Cyan = 1, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 0 | 122 | 58 | - |
| CMYK | 1 | 0 | 0.52 | 0.52 |
| HSL | 148.52º | 1% | 0.24% | - |
| HSV(B) | 148.52º | 1% | 0.48% | - |
| XYZ | 7.72 | 14.22 | 6.34 | - |
| YUV | 78.23 | 116.58 | 72.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 122 | 58 | 1 | 0 | 0.52 | 0.52 | 148.52 | 1 | 0.24 |
| Hex | 0 | 7A | 3A | 64 | 0 | 34 | 34 | 95 | 64 | 18 |
| Octal | 0 | 172 | 72 | 144 | 0 | 64 | 64 | 225 | 144 | 30 |
| Binary | 0 | 1111010 | 111010 | 1100100 | 0 | 110100 | 110100 | 10010101 | 1100100 | 11000 |
Color Harmonies of #007A3A
Complementary color
Monochromatic Colors of #007A3A
Black with #007A3A
Text Example
Text Example
White with #007A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007A3A; }
p { color: rgb(0,122,58); }
H1.HeaderClassName
{
color: #007A3A;
}
.AnyTagClassName
{
color: #007A3A;
}
</style>
background-color css
<style>
a { background-color: #007A3A; }
a { background-color: rgb(0,122,58); }
div.DivClassName
{
background-color: #007A3A;
}
.BgClassName
{
background-color: #007A3A;
}
</style>
border-color css
<style>
span { border-color: #007A3A; }
span { border-color: rgb(0,122,58); }
td.TdClassName
{
border-color: #007A3A;
}
.TagClassName
{
border-color: #007A3A;
}
</style>