Shades of Dark Spring Green #067C2F
Tints of Dark Spring Green #067C2F
RGB
CMYK
RGB Variations
Color information
#067C2F (or 0x067C2F) is known color: Dark Spring Green. HEX triplet: 06, 7C and 2F. RGB value is (6,124,47). Sum of RGB (Red+Green+Blue) = 6+124+47=177 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.39% from 177); Green value is 124 (48.83% from 255 or 70.06% from 177); Blue value is 47 (18.75% from 255 or 26.55% from 177); Max value from RGB is 124 - color contains mainly: green. Hex color #067C2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067C2F is #F983D0. Grayscale: #505050. Windows color (decimal): -16352209 or 3111942. OLE color: 3111942.
HSL color Cylindrical-coordinate representation of color #067C2F: hue angle of 140.85º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067C2F is Cyan = 0.95, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 6 | 124 | 47 | - |
| CMYK | 0.95 | 0 | 0.62 | 0.51 |
| HSL | 140.85º | 0.91% | 0.25% | - |
| HSV(B) | 140.85º | 0.95% | 0.49% | - |
| XYZ | 7.8 | 14.66 | 5.11 | - |
| YUV | 79.94 | 109.41 | 75.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 124 | 47 | 0.95 | 0 | 0.62 | 0.51 | 140.85 | 0.91 | 0.25 |
| Hex | 6 | 7C | 2F | 5F | 0 | 3E | 33 | 8D | 5B | 19 |
| Octal | 6 | 174 | 57 | 137 | 0 | 76 | 63 | 215 | 133 | 31 |
| Binary | 110 | 1111100 | 101111 | 1011111 | 0 | 111110 | 110011 | 10001101 | 1011011 | 11001 |
Color Harmonies of #067C2F
Complementary color
Monochromatic Colors of #067C2F
Black with #067C2F
Text Example
Text Example
White with #067C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067C2F; }
p { color: rgb(6,124,47); }
H1.HeaderClassName
{
color: #067C2F;
}
.AnyTagClassName
{
color: #067C2F;
}
</style>
background-color css
<style>
a { background-color: #067C2F; }
a { background-color: rgb(6,124,47); }
div.DivClassName
{
background-color: #067C2F;
}
.BgClassName
{
background-color: #067C2F;
}
</style>
border-color css
<style>
span { border-color: #067C2F; }
span { border-color: rgb(6,124,47); }
td.TdClassName
{
border-color: #067C2F;
}
.TagClassName
{
border-color: #067C2F;
}
</style>