#070908

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

Shades of Dark Green #070908

Tints of Dark Green #070908

Color information

#070908 (or 0x070908) is unknown color: approx Dark Green. HEX triplet: 07, 09 and 08. RGB value is (7,9,8). Sum of RGB (Red+Green+Blue) = 7+9+8=24 (3% of max value = 765). Red value is 7 (3.12% from 255 or 29.17% from 24); Green value is 9 (3.91% from 255 or 37.5% from 24); Blue value is 8 (3.52% from 255 or 33.33% from 24); Max value from RGB is 9 - color contains mainly: green. Hex color #070908 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070908 is #F8F6F7. Grayscale: #080808. Windows color (decimal): -16316152 or 526599. OLE color: 526599.

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

Color convert

RGB798-
CMYK0.2200.110.96
HSL150º12.5%3.14%-
HSV(B)150º22.22%3.53%-
XYZ0.230.260.27-
YUV8.29127.84127.08-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 29.17%
GREEN value IS 9 (3.91% from 255) = 37.5%
BLUE value IS 8 (3.52% from 255) = 33.33%
R=29.17%
G=37.5%
B=33.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal7980.2200.110.9615012.53.14
Hex798160B6096d3
Octal7111026013140226153
Binary111100110001011001011110000010010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070908; }

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

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

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

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

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

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

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

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