Shades of Dark Green #07170C
Tints of Dark Green #07170C
RGB
CMYK
RGB Variations
Color information
#07170C (or 0x07170C) is known color: Dark Green. HEX triplet: 07, 17 and 0C. RGB value is (7,23,12). Sum of RGB (Red+Green+Blue) = 7+23+12=42 (5% of max value = 765). Red value is 7 (3.12% from 255 or 16.67% from 42); Green value is 23 (9.38% from 255 or 54.76% from 42); Blue value is 12 (5.08% from 255 or 28.57% from 42); Max value from RGB is 23 - color contains mainly: green. Hex color #07170C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07170C is #F8E8F3. Grayscale: #101010. Windows color (decimal): -16312564 or 792327. OLE color: 792327.
HSL color Cylindrical-coordinate representation of color #07170C: hue angle of 138.75º 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 #07170C is Cyan = 0.70, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 7 | 23 | 12 | - |
| CMYK | 0.70 | 0 | 0.48 | 0.91 |
| HSL | 138.75º | 0.53% | 0.06% | - |
| HSV(B) | 138.75º | 0.7% | 0.09% | - |
| XYZ | 0.46 | 0.68 | 0.46 | - |
| YUV | 16.96 | 125.2 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 23 | 12 | 0.70 | 0 | 0.48 | 0.91 | 138.75 | 0.53 | 0.06 |
| Hex | 7 | 17 | C | 46 | 0 | 30 | 5B | 8B | 35 | 6 |
| Octal | 7 | 27 | 14 | 106 | 0 | 60 | 133 | 213 | 65 | 6 |
| Binary | 111 | 10111 | 1100 | 1000110 | 0 | 110000 | 1011011 | 10001011 | 110101 | 110 |
Color Harmonies of #07170C
Complementary color
Monochromatic Colors of #07170C
Black with #07170C
Text Example
Text Example
White with #07170C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07170C; }
p { color: rgb(7,23,12); }
H1.HeaderClassName
{
color: #07170C;
}
.AnyTagClassName
{
color: #07170C;
}
</style>
background-color css
<style>
a { background-color: #07170C; }
a { background-color: rgb(7,23,12); }
div.DivClassName
{
background-color: #07170C;
}
.BgClassName
{
background-color: #07170C;
}
</style>
border-color css
<style>
span { border-color: #07170C; }
span { border-color: rgb(7,23,12); }
td.TdClassName
{
border-color: #07170C;
}
.TagClassName
{
border-color: #07170C;
}
</style>