Shades of Green #00670E
Tints of Green #00670E
RGB
CMYK
RGB Variations
Color information
#00670E (or 0x00670E) is known color: Green. HEX triplet: 00, 67 and 0E. RGB value is (0,103,14). Sum of RGB (Red+Green+Blue) = 0+103+14=117 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 117); Green value is 103 (40.62% from 255 or 88.03% from 117); Blue value is 14 (5.86% from 255 or 11.97% from 117); Max value from RGB is 103 - color contains mainly: green. Hex color #00670E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #00670E is #FF98F1. Grayscale: #3E3E3E. Windows color (decimal): -16750834 or 943872. OLE color: 943872.
HSL color Cylindrical-coordinate representation of color #00670E: hue angle of 128.16º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00670E is Cyan = 1, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 103 | 14 | - |
| CMYK | 1 | 0 | 0.86 | 0.60 |
| HSL | 128.16º | 1% | 0.2% | - |
| HSV(B) | 128.16º | 1% | 0.4% | - |
| XYZ | 4.93 | 9.73 | 2.03 | - |
| YUV | 62.06 | 100.88 | 83.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 103 | 14 | 1 | 0 | 0.86 | 0.60 | 128.16 | 1 | 0.2 |
| Hex | 0 | 67 | E | 64 | 0 | 56 | 3C | 80 | 64 | 14 |
| Octal | 0 | 147 | 16 | 144 | 0 | 126 | 74 | 200 | 144 | 24 |
| Binary | 0 | 1100111 | 1110 | 1100100 | 0 | 1010110 | 111100 | 10000000 | 1100100 | 10100 |
Color Harmonies of #00670E
Complementary color
Monochromatic Colors of #00670E
Black with #00670E
Text Example
Text Example
White with #00670E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00670E; }
p { color: rgb(0,103,14); }
H1.HeaderClassName
{
color: #00670E;
}
.AnyTagClassName
{
color: #00670E;
}
</style>
background-color css
<style>
a { background-color: #00670E; }
a { background-color: rgb(0,103,14); }
div.DivClassName
{
background-color: #00670E;
}
.BgClassName
{
background-color: #00670E;
}
</style>
border-color css
<style>
span { border-color: #00670E; }
span { border-color: rgb(0,103,14); }
td.TdClassName
{
border-color: #00670E;
}
.TagClassName
{
border-color: #00670E;
}
</style>