#07110E

Color #07110E Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #07110E

Tints of Dark Green #07110E

Color information

#07110E (or 0x07110E) is unknown color: approx Dark Green. HEX triplet: 07, 11 and 0E. RGB value is (7,17,14). Sum of RGB (Red+Green+Blue) = 7+17+14=38 (5% of max value = 765). Red value is 7 (3.12% from 255 or 18.42% from 38); Green value is 17 (7.03% from 255 or 44.74% from 38); Blue value is 14 (5.86% from 255 or 36.84% from 38); Max value from RGB is 17 - color contains mainly: green. Hex color #07110E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07110E is #F8EEF1. Grayscale: #0D0D0D. Windows color (decimal): -16314098 or 921863. OLE color: 921863.

HSL color Cylindrical-coordinate representation of color #07110E: hue angle of 162º degrees, saturation: 0.42, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #07110E is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.93.

Color convert

RGB71714-
CMYK0.5900.180.93
HSL162º41.67%4.71%-
HSV(B)162º58.82%6.67%-
XYZ0.370.480.49-
YUV13.67128.19123.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 7 (3.12% from 255) = 18.42%
GREEN value IS 17 (7.03% from 255) = 44.74%
BLUE value IS 14 (5.86% from 255) = 36.84%
R=18.42%
G=44.74%
B=36.84%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal717140.5900.180.9316241.674.71
Hex711E3B0125Da22a5
Octal7211673022135242525
Binary111100011110111011010010101110110100010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07110E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07110E; }

 p { color: rgb(7,17,14); }

 H1.HeaderClassName
 {
   color: #07110E;
 }
 .AnyTagClassName
 {
   color: #07110E;
 }
</style>
background-color css

<style>
 a { background-color: #07110E; }

 a { background-color: rgb(7,17,14); }

 div.DivClassName
 {
   background-color: #07110E;
 }
 .BgClassName
 {
   background-color: #07110E;
 }
</style>
border-color css

<style>
 span { border-color: #07110E; }

 span { border-color: rgb(7,17,14); }

 td.TdClassName
 {
   border-color: #07110E;
 }
 .TagClassName
 {
   border-color: #07110E;
 }
</style>