Html Css Color HEX #070E0D Dark Green

📋 copy color: '#070E0D'

red 7 ◦ green 14 ◦ blue 13

#070E0D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #070E0D

Tints of Dark Green #070E0D

RGB

 RED value IS 7 (3.13% from 255) = 20.59%

 GREEN value IS 14 (5.86% from 255) = 41.18%

 BLUE value IS 13 (5.47% from 255) = 38.24%

R = 20.59%
G = 41.18%
B = 38.24%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.07

 K value IS 0.95

RGB Variations

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

Color information

#070E0D (or 0x070E0D) is known color: Dark Green. HEX triplet: 07, 0E and 0D. RGB value is (7,14,13). Sum of RGB (Red+Green+Blue) = 7+14+13=34 (4% of max value = 765). Red value is 7 (3.12% from 255 or 20.59% from 34); Green value is 14 (5.86% from 255 or 41.18% from 34); Blue value is 13 (5.47% from 255 or 38.24% from 34); Max value from RGB is 14 - color contains mainly: green. Hex color #070E0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070E0D is #F8F1F2. Grayscale: #0B0B0B. Windows color (decimal): -16314867 or 855559. OLE color: 855559.

HSL color Cylindrical-coordinate representation of color #070E0D: hue angle of 171.43º 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 #070E0D is Cyan = 0.5, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.95.

Color convert

RGB 7 14 13 -
CMYK 0.5 0 0.07 0.95
HSL 171.43º 0.33% 0.04% -
HSV(B) 171.43º 0.5% 0.05% -
XYZ 0.32 0.39 0.44 -
YUV 11.79 128.68 124.58 -
System Red Green Blue C M Y K H S L
Decimal 7 14 13 0.5 0 0.07 0.95 171.43 0.33 0.04
Hex 7 E D 32 0 7 5F AB 21 4
Octal 7 16 15 62 0 7 137 253 41 4
Binary 111 1110 1101 110010 0 111 1011111 10101011 100001 100

Color Harmonies of #070E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070E0D

Black with #070E0D

Text Example


Text Example

White with #070E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #070E0D;
 }
 .AnyTagClassName
 {
   color: #070E0D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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