#071414

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

Shades of Dark Green #071414

Tints of Dark Green #071414

Color information

#071414 (or 0x071414) is unknown color: approx Dark Green. HEX triplet: 07, 14 and 14. RGB value is (7,20,20). Sum of RGB (Red+Green+Blue) = 7+20+20=47 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14.89% from 47); Green value is 20 (8.20% from 255 or 42.55% from 47); Blue value is 20 (8.20% from 255 or 42.55% from 47); Max value from RGB is 20 - color contains mainly: green, blue. Hex color #071414 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071414 is #F8EBEB. Grayscale: #101010. Windows color (decimal): -16313324 or 1315847. OLE color: 1315847.

HSL color Cylindrical-coordinate representation of color #071414: hue angle of 180º degrees, saturation: 0.48, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #071414 is Cyan = 0.65, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB72020-
CMYK0.65000.92
HSL180º48.15%5.29%-
HSV(B)180º65%7.84%-
XYZ0.460.60.75-
YUV16.11130.19121.5-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 14.89%
GREEN value IS 20 (8.20% from 255) = 42.55%
BLUE value IS 20 (8.20% from 255) = 42.55%
R=14.89%
G=42.55%
B=42.55%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal720200.65000.9218048.155.29
Hex7141441005Cb4305
Octal7242410100134264605
Binary1111010010100100000100101110010110100110000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071414; }

 p { color: rgb(7,20,20); }

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

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

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

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

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

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

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