Shades of Dark Spring Green #067A30
Tints of Dark Spring Green #067A30
RGB
CMYK
RGB Variations
Color information
#067A30 (or 0x067A30) is known color: Dark Spring Green. HEX triplet: 06, 7A and 30. RGB value is (6,122,48). Sum of RGB (Red+Green+Blue) = 6+122+48=176 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.41% from 176); Green value is 122 (48.05% from 255 or 69.32% from 176); Blue value is 48 (19.14% from 255 or 27.27% from 176); Max value from RGB is 122 - color contains mainly: green. Hex color #067A30 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067A30 is #F985CF. Grayscale: #4F4F4F. Windows color (decimal): -16352720 or 3176966. OLE color: 3176966.
HSL color Cylindrical-coordinate representation of color #067A30: hue angle of 141.72º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067A30 is Cyan = 0.95, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 6 | 122 | 48 | - |
| CMYK | 0.95 | 0 | 0.61 | 0.52 |
| HSL | 141.72º | 0.91% | 0.25% | - |
| HSV(B) | 141.72º | 0.95% | 0.48% | - |
| XYZ | 7.57 | 14.17 | 5.13 | - |
| YUV | 78.88 | 110.57 | 76.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 122 | 48 | 0.95 | 0 | 0.61 | 0.52 | 141.72 | 0.91 | 0.25 |
| Hex | 6 | 7A | 30 | 5F | 0 | 3D | 34 | 8E | 5B | 19 |
| Octal | 6 | 172 | 60 | 137 | 0 | 75 | 64 | 216 | 133 | 31 |
| Binary | 110 | 1111010 | 110000 | 1011111 | 0 | 111101 | 110100 | 10001110 | 1011011 | 11001 |
Color Harmonies of #067A30
Complementary color
Monochromatic Colors of #067A30
Black with #067A30
Text Example
Text Example
White with #067A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067A30; }
p { color: rgb(6,122,48); }
H1.HeaderClassName
{
color: #067A30;
}
.AnyTagClassName
{
color: #067A30;
}
</style>
background-color css
<style>
a { background-color: #067A30; }
a { background-color: rgb(6,122,48); }
div.DivClassName
{
background-color: #067A30;
}
.BgClassName
{
background-color: #067A30;
}
</style>
border-color css
<style>
span { border-color: #067A30; }
span { border-color: rgb(6,122,48); }
td.TdClassName
{
border-color: #067A30;
}
.TagClassName
{
border-color: #067A30;
}
</style>