#070B09

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

Shades of Dark Green #070B09

Tints of Dark Green #070B09

Color information

#070B09 (or 0x070B09) is unknown color: approx Dark Green. HEX triplet: 07, 0B and 09. RGB value is (7,11,9). Sum of RGB (Red+Green+Blue) = 7+11+9=27 (3% of max value = 765). Red value is 7 (3.12% from 255 or 25.93% from 27); Green value is 11 (4.69% from 255 or 40.74% from 27); Blue value is 9 (3.91% from 255 or 33.33% from 27); Max value from RGB is 11 - color contains mainly: green. Hex color #070B09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070B09 is #F8F4F6. Grayscale: #090909. Windows color (decimal): -16315639 or 592647. OLE color: 592647.

HSL color Cylindrical-coordinate representation of color #070B09: hue angle of 150º degrees, saturation: 0.22, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #070B09 is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.96.

Color convert

RGB7119-
CMYK0.3600.180.96
HSL150º22.22%3.53%-
HSV(B)150º36.36%4.31%-
XYZ0.260.30.3-
YUV9.58127.67126.16-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 25.93%
GREEN value IS 11 (4.69% from 255) = 40.74%
BLUE value IS 9 (3.91% from 255) = 33.33%
R=25.93%
G=40.74%
B=33.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal71190.3600.180.9615022.223.53
Hex7B9240126096164
Octal7131144022140226264
Binary1111011100110010001001011000001001011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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