#070F0B

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

Shades of Dark Green #070F0B

Tints of Dark Green #070F0B

Color information

#070F0B (or 0x070F0B) is unknown color: approx Dark Green. HEX triplet: 07, 0F and 0B. RGB value is (7,15,11). Sum of RGB (Red+Green+Blue) = 7+15+11=33 (4% of max value = 765). Red value is 7 (3.12% from 255 or 21.21% from 33); Green value is 15 (6.25% from 255 or 45.45% from 33); Blue value is 11 (4.69% from 255 or 33.33% from 33); Max value from RGB is 15 - color contains mainly: green. Hex color #070F0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070F0B is #F8F0F4. Grayscale: #0C0C0C. Windows color (decimal): -16314613 or 724743. OLE color: 724743.

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

Color convert

RGB71511-
CMYK0.5300.270.94
HSL150º36.36%4.31%-
HSV(B)150º53.33%5.88%-
XYZ0.320.410.38-
YUV12.15127.35124.33-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 21.21%
GREEN value IS 15 (6.25% from 255) = 45.45%
BLUE value IS 11 (4.69% from 255) = 33.33%
R=21.21%
G=45.45%
B=33.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal715110.5300.270.9415036.364.31
Hex7FB3501B5E96244
Octal7171365033136226444
Binary11111111011110101011011101111010010110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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