Shades of Green #067C10
Tints of Green #067C10
RGB
CMYK
RGB Variations
Color information
#067C10 (or 0x067C10) is known color: Green. HEX triplet: 06, 7C and 10. RGB value is (6,124,16). Sum of RGB (Red+Green+Blue) = 6+124+16=146 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.11% from 146); Green value is 124 (48.83% from 255 or 84.93% from 146); Blue value is 16 (6.64% from 255 or 10.96% from 146); Max value from RGB is 124 - color contains mainly: green. Hex color #067C10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #067C10 is #F983EF. Grayscale: #4C4C4C. Windows color (decimal): -16352240 or 1080326. OLE color: 1080326.
HSL color Cylindrical-coordinate representation of color #067C10: hue angle of 125.08º 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 #067C10 is Cyan = 0.95, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 6 | 124 | 16 | - |
| CMYK | 0.95 | 0 | 0.87 | 0.51 |
| HSL | 125.08º | 0.91% | 0.25% | - |
| HSV(B) | 125.08º | 0.95% | 0.49% | - |
| XYZ | 7.38 | 14.49 | 2.9 | - |
| YUV | 76.41 | 93.91 | 77.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 124 | 16 | 0.95 | 0 | 0.87 | 0.51 | 125.08 | 0.91 | 0.25 |
| Hex | 6 | 7C | 10 | 5F | 0 | 57 | 33 | 7D | 5B | 19 |
| Octal | 6 | 174 | 20 | 137 | 0 | 127 | 63 | 175 | 133 | 31 |
| Binary | 110 | 1111100 | 10000 | 1011111 | 0 | 1010111 | 110011 | 1111101 | 1011011 | 11001 |
Color Harmonies of #067C10
Complementary color
Monochromatic Colors of #067C10
Black with #067C10
Text Example
Text Example
White with #067C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067C10; }
p { color: rgb(6,124,16); }
H1.HeaderClassName
{
color: #067C10;
}
.AnyTagClassName
{
color: #067C10;
}
</style>
background-color css
<style>
a { background-color: #067C10; }
a { background-color: rgb(6,124,16); }
div.DivClassName
{
background-color: #067C10;
}
.BgClassName
{
background-color: #067C10;
}
</style>
border-color css
<style>
span { border-color: #067C10; }
span { border-color: rgb(6,124,16); }
td.TdClassName
{
border-color: #067C10;
}
.TagClassName
{
border-color: #067C10;
}
</style>