#070E0B

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

Shades of Dark Green #070E0B

Tints of Dark Green #070E0B

Color information

#070E0B (or 0x070E0B) is unknown color: approx Dark Green. HEX triplet: 07, 0E and 0B. RGB value is (7,14,11). Sum of RGB (Red+Green+Blue) = 7+14+11=32 (4% of max value = 765). Red value is 7 (3.12% from 255 or 21.88% from 32); Green value is 14 (5.86% from 255 or 43.75% from 32); Blue value is 11 (4.69% from 255 or 34.38% from 32); Max value from RGB is 14 - color contains mainly: green. Hex color #070E0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070E0B is #F8F1F4. Grayscale: #0B0B0B. Windows color (decimal): -16314869 or 724487. OLE color: 724487.

HSL color Cylindrical-coordinate representation of color #070E0B: hue angle of 154.29º degrees, saturation: 0.33, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #070E0B is Cyan = 0.5, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.95.

Color convert

RGB71411-
CMYK0.500.210.95
HSL154.29º33.33%4.12%-
HSV(B)154.29º50%5.49%-
XYZ0.310.380.37-
YUV11.56127.68124.74-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 21.88%
GREEN value IS 14 (5.86% from 255) = 43.75%
BLUE value IS 11 (4.69% from 255) = 34.38%
R=21.88%
G=43.75%
B=34.38%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal714110.500.210.95154.2933.334.12
Hex7EB320155F9a214
Octal7161362025137232414
Binary11111101011110010010101101111110011010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070E0B; }

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

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

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

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

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

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

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

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