Html Css Color HEX #070D09 Dark Green

📋 copy color: '#070D09'

red 7 ◦ green 13 ◦ blue 9

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

Shades of Dark Green #070D09

Tints of Dark Green #070D09

RGB

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

 GREEN value IS 13 (5.47% from 255) = 44.83%

 BLUE value IS 9 (3.91% from 255) = 31.03%

R = 24.14%
G = 44.83%
B = 31.03%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.31

 K value IS 0.95

RGB Variations

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

Color information

#070D09 (or 0x070D09) is known color: Dark Green. HEX triplet: 07, 0D and 09. RGB value is (7,13,9). Sum of RGB (Red+Green+Blue) = 7+13+9=29 (3% of max value = 765). Red value is 7 (3.12% from 255 or 24.14% from 29); Green value is 13 (5.47% from 255 or 44.83% from 29); Blue value is 9 (3.91% from 255 or 31.03% from 29); Max value from RGB is 13 - color contains mainly: green. Hex color #070D09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070D09 is #F8F2F6. Grayscale: #0A0A0A. Windows color (decimal): -16315127 or 593159. OLE color: 593159.

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

Color convert

RGB 7 13 9 -
CMYK 0.46 0 0.31 0.95
HSL 140º 0.3% 0.04% -
HSV(B) 140º 0.46% 0.05% -
XYZ 0.28 0.35 0.31 -
YUV 10.75 127.01 125.33 -
System Red Green Blue C M Y K H S L
Decimal 7 13 9 0.46 0 0.31 0.95 140 0.3 0.04
Hex 7 D 9 2E 0 1F 5F 8C 1E 4
Octal 7 15 11 56 0 37 137 214 36 4
Binary 111 1101 1001 101110 0 11111 1011111 10001100 11110 100

Color Harmonies of #070D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070D09

Black with #070D09

Text Example


Text Example

White with #070D09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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