Shades of Green #006914
Tints of Green #006914
RGB
CMYK
RGB Variations
Color information
#006914 (or 0x006914) is known color: Green. HEX triplet: 00, 69 and 14. RGB value is (0,105,20). Sum of RGB (Red+Green+Blue) = 0+105+20=125 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 125); Green value is 105 (41.41% from 255 or 84% from 125); Blue value is 20 (8.20% from 255 or 16% from 125); Max value from RGB is 105 - color contains mainly: green. Hex color #006914 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006914 is #FF96EB. Grayscale: #404040. Windows color (decimal): -16750316 or 1337600. OLE color: 1337600.
HSL color Cylindrical-coordinate representation of color #006914: hue angle of 131.43º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006914 is Cyan = 1, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 0 | 105 | 20 | - |
| CMYK | 1 | 0 | 0.81 | 0.59 |
| HSL | 131.43º | 1% | 0.21% | - |
| HSV(B) | 131.43º | 1% | 0.41% | - |
| XYZ | 5.18 | 10.15 | 2.35 | - |
| YUV | 63.92 | 103.21 | 82.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 105 | 20 | 1 | 0 | 0.81 | 0.59 | 131.43 | 1 | 0.21 |
| Hex | 0 | 69 | 14 | 64 | 0 | 51 | 3B | 83 | 64 | 15 |
| Octal | 0 | 151 | 24 | 144 | 0 | 121 | 73 | 203 | 144 | 25 |
| Binary | 0 | 1101001 | 10100 | 1100100 | 0 | 1010001 | 111011 | 10000011 | 1100100 | 10101 |
Color Harmonies of #006914
Complementary color
Monochromatic Colors of #006914
Black with #006914
Text Example
Text Example
White with #006914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006914; }
p { color: rgb(0,105,20); }
H1.HeaderClassName
{
color: #006914;
}
.AnyTagClassName
{
color: #006914;
}
</style>
background-color css
<style>
a { background-color: #006914; }
a { background-color: rgb(0,105,20); }
div.DivClassName
{
background-color: #006914;
}
.BgClassName
{
background-color: #006914;
}
</style>
border-color css
<style>
span { border-color: #006914; }
span { border-color: rgb(0,105,20); }
td.TdClassName
{
border-color: #006914;
}
.TagClassName
{
border-color: #006914;
}
</style>