Shades of Dark Green #06150C
Tints of Dark Green #06150C
RGB
CMYK
RGB Variations
Color information
#06150C (or 0x06150C) is known color: Dark Green. HEX triplet: 06, 15 and 0C. RGB value is (6,21,12). Sum of RGB (Red+Green+Blue) = 6+21+12=39 (5% of max value = 765). Red value is 6 (2.73% from 255 or 15.38% from 39); Green value is 21 (8.59% from 255 or 53.85% from 39); Blue value is 12 (5.08% from 255 or 30.77% from 39); Max value from RGB is 21 - color contains mainly: green. Hex color #06150C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06150C is #F9EAF3. Grayscale: #0F0F0F. Windows color (decimal): -16378612 or 791814. OLE color: 791814.
HSL color Cylindrical-coordinate representation of color #06150C: hue angle of 144º degrees, saturation: 0.56, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #06150C is Cyan = 0.71, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.92.
Color convert
RGB | 6 | 21 | 12 | - |
CMYK | 0.71 | 0 | 0.43 | 0.92 |
HSL | 144º | 0.56% | 0.05% | - |
HSV(B) | 144º | 0.71% | 0.08% | - |
XYZ | 0.41 | 0.6 | 0.44 | - |
YUV | 15.49 | 126.03 | 121.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 6 | 21 | 12 | 0.71 | 0 | 0.43 | 0.92 | 144 | 0.56 | 0.05 |
Hex | 6 | 15 | C | 47 | 0 | 2B | 5C | 90 | 38 | 5 |
Octal | 6 | 25 | 14 | 107 | 0 | 53 | 134 | 220 | 70 | 5 |
Binary | 110 | 10101 | 1100 | 1000111 | 0 | 101011 | 1011100 | 10010000 | 111000 | 101 |
Color Harmonies of #06150C
Complementary color
Monochromatic Colors of #06150C
Black with #06150C
Text Example
Text Example
White with #06150C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06150C; }
p { color: rgb(6,21,12); }
H1.HeaderClassName
{
color: #06150C;
}
.AnyTagClassName
{
color: #06150C;
}
</style>
background-color css
<style>
a { background-color: #06150C; }
a { background-color: rgb(6,21,12); }
div.DivClassName
{
background-color: #06150C;
}
.BgClassName
{
background-color: #06150C;
}
</style>
border-color css
<style>
span { border-color: #06150C; }
span { border-color: rgb(6,21,12); }
td.TdClassName
{
border-color: #06150C;
}
.TagClassName
{
border-color: #06150C;
}
</style>