#070D09

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

Shades of Dark Green #070D09

Tints of Dark Green #070D09

Color information

#070D09 (or 0x070D09) is unknown color: approx 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

RGB7139-
CMYK0.4600.310.95
HSL140º30%3.92%-
HSV(B)140º46.15%5.1%-
XYZ0.280.350.31-
YUV10.75127.01125.33-

RGB Variations

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

RGB

RED value IS 7 (3.12% 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 (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal71390.4600.310.95140303.92
Hex7D92E01F5F8c1e4
Octal7151156037137214364
Binary1111101100110111001111110111111000110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>