Shades of Dark Green #07170F
Tints of Dark Green #07170F
RGB
CMYK
RGB Variations
Color information
#07170F (or 0x07170F) is known color: Dark Green. HEX triplet: 07, 17 and 0F. RGB value is (7,23,15). Sum of RGB (Red+Green+Blue) = 7+23+15=45 (5% of max value = 765). Red value is 7 (3.12% from 255 or 15.56% from 45); Green value is 23 (9.38% from 255 or 51.11% from 45); Blue value is 15 (6.25% from 255 or 33.33% from 45); Max value from RGB is 23 - color contains mainly: green. Hex color #07170F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07170F is #F8E8F0. Grayscale: #111111. Windows color (decimal): -16312561 or 988935. OLE color: 988935.
HSL color Cylindrical-coordinate representation of color #07170F: hue angle of 150º degrees, saturation: 0.53, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #07170F is Cyan = 0.70, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 7 | 23 | 15 | - |
| CMYK | 0.70 | 0 | 0.35 | 0.91 |
| HSL | 150º | 0.53% | 0.06% | - |
| HSV(B) | 150º | 0.7% | 0.09% | - |
| XYZ | 0.48 | 0.69 | 0.56 | - |
| YUV | 17.3 | 126.7 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 23 | 15 | 0.70 | 0 | 0.35 | 0.91 | 150 | 0.53 | 0.06 |
| Hex | 7 | 17 | F | 46 | 0 | 23 | 5B | 96 | 35 | 6 |
| Octal | 7 | 27 | 17 | 106 | 0 | 43 | 133 | 226 | 65 | 6 |
| Binary | 111 | 10111 | 1111 | 1000110 | 0 | 100011 | 1011011 | 10010110 | 110101 | 110 |
Color Harmonies of #07170F
Complementary color
Monochromatic Colors of #07170F
Black with #07170F
Text Example
Text Example
White with #07170F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07170F; }
p { color: rgb(7,23,15); }
H1.HeaderClassName
{
color: #07170F;
}
.AnyTagClassName
{
color: #07170F;
}
</style>
background-color css
<style>
a { background-color: #07170F; }
a { background-color: rgb(7,23,15); }
div.DivClassName
{
background-color: #07170F;
}
.BgClassName
{
background-color: #07170F;
}
</style>
border-color css
<style>
span { border-color: #07170F; }
span { border-color: rgb(7,23,15); }
td.TdClassName
{
border-color: #07170F;
}
.TagClassName
{
border-color: #07170F;
}
</style>