Shades of Dark Green #07180F
Tints of Dark Green #07180F
RGB
CMYK
RGB Variations
Color information
#07180F (or 0x07180F) is known color: Dark Green. HEX triplet: 07, 18 and 0F. RGB value is (7,24,15). Sum of RGB (Red+Green+Blue) = 7+24+15=46 (6% of max value = 765). Red value is 7 (3.12% from 255 or 15.22% from 46); Green value is 24 (9.77% from 255 or 52.17% from 46); Blue value is 15 (6.25% from 255 or 32.61% from 46); Max value from RGB is 24 - color contains mainly: green. Hex color #07180F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07180F is #F8E7F0. Grayscale: #111111. Windows color (decimal): -16312305 or 989191. OLE color: 989191.
HSL color Cylindrical-coordinate representation of color #07180F: hue angle of 148.24º degrees, saturation: 0.55, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #07180F is Cyan = 0.71, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 7 | 24 | 15 | - |
| CMYK | 0.71 | 0 | 0.37 | 0.91 |
| HSL | 148.24º | 0.55% | 0.06% | - |
| HSV(B) | 148.24º | 0.71% | 0.09% | - |
| XYZ | 0.5 | 0.73 | 0.57 | - |
| YUV | 17.89 | 126.37 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 24 | 15 | 0.71 | 0 | 0.37 | 0.91 | 148.24 | 0.55 | 0.06 |
| Hex | 7 | 18 | F | 47 | 0 | 25 | 5B | 94 | 37 | 6 |
| Octal | 7 | 30 | 17 | 107 | 0 | 45 | 133 | 224 | 67 | 6 |
| Binary | 111 | 11000 | 1111 | 1000111 | 0 | 100101 | 1011011 | 10010100 | 110111 | 110 |
Color Harmonies of #07180F
Complementary color
Monochromatic Colors of #07180F
Black with #07180F
Text Example
Text Example
White with #07180F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07180F; }
p { color: rgb(7,24,15); }
H1.HeaderClassName
{
color: #07180F;
}
.AnyTagClassName
{
color: #07180F;
}
</style>
background-color css
<style>
a { background-color: #07180F; }
a { background-color: rgb(7,24,15); }
div.DivClassName
{
background-color: #07180F;
}
.BgClassName
{
background-color: #07180F;
}
</style>
border-color css
<style>
span { border-color: #07180F; }
span { border-color: rgb(7,24,15); }
td.TdClassName
{
border-color: #07180F;
}
.TagClassName
{
border-color: #07180F;
}
</style>