Shades of Dark Green #06140F
Tints of Dark Green #06140F
RGB
CMYK
RGB Variations
Color information
#06140F (or 0x06140F) is known color: Dark Green. HEX triplet: 06, 14 and 0F. RGB value is (6,20,15). Sum of RGB (Red+Green+Blue) = 6+20+15=41 (5% of max value = 765). Red value is 6 (2.73% from 255 or 14.63% from 41); Green value is 20 (8.20% from 255 or 48.78% from 41); Blue value is 15 (6.25% from 255 or 36.59% from 41); Max value from RGB is 20 - color contains mainly: green. Hex color #06140F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06140F is #F9EBF0. Grayscale: #0F0F0F. Windows color (decimal): -16378865 or 988166. OLE color: 988166.
HSL color Cylindrical-coordinate representation of color #06140F: hue angle of 158.57º degrees, saturation: 0.54, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #06140F is Cyan = 0.70, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 6 | 20 | 15 | - |
| CMYK | 0.70 | 0 | 0.25 | 0.92 |
| HSL | 158.57º | 0.54% | 0.05% | - |
| HSV(B) | 158.57º | 0.7% | 0.08% | - |
| XYZ | 0.41 | 0.57 | 0.54 | - |
| YUV | 15.24 | 127.86 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 20 | 15 | 0.70 | 0 | 0.25 | 0.92 | 158.57 | 0.54 | 0.05 |
| Hex | 6 | 14 | F | 46 | 0 | 19 | 5C | 9F | 36 | 5 |
| Octal | 6 | 24 | 17 | 106 | 0 | 31 | 134 | 237 | 66 | 5 |
| Binary | 110 | 10100 | 1111 | 1000110 | 0 | 11001 | 1011100 | 10011111 | 110110 | 101 |
Color Harmonies of #06140F
Complementary color
Monochromatic Colors of #06140F
Black with #06140F
Text Example
Text Example
White with #06140F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06140F; }
p { color: rgb(6,20,15); }
H1.HeaderClassName
{
color: #06140F;
}
.AnyTagClassName
{
color: #06140F;
}
</style>
background-color css
<style>
a { background-color: #06140F; }
a { background-color: rgb(6,20,15); }
div.DivClassName
{
background-color: #06140F;
}
.BgClassName
{
background-color: #06140F;
}
</style>
border-color css
<style>
span { border-color: #06140F; }
span { border-color: rgb(6,20,15); }
td.TdClassName
{
border-color: #06140F;
}
.TagClassName
{
border-color: #06140F;
}
</style>