#070B0A

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

Shades of Dark Green #070B0A

Tints of Dark Green #070B0A

Color information

#070B0A (or 0x070B0A) is unknown color: approx Dark Green. HEX triplet: 07, 0B and 0A. RGB value is (7,11,10). Sum of RGB (Red+Green+Blue) = 7+11+10=28 (3% of max value = 765). Red value is 7 (3.12% from 255 or 25% from 28); Green value is 11 (4.69% from 255 or 39.29% from 28); Blue value is 10 (4.30% from 255 or 35.71% from 28); Max value from RGB is 11 - color contains mainly: green. Hex color #070B0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070B0A is #F8F4F5. Grayscale: #090909. Windows color (decimal): -16315638 or 658183. OLE color: 658183.

HSL color Cylindrical-coordinate representation of color #070B0A: hue angle of 165º 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 #070B0A is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.96.

Color convert

RGB71110-
CMYK0.3600.090.96
HSL165º22.22%3.53%-
HSV(B)165º36.36%4.31%-
XYZ0.260.310.33-
YUV9.69128.17126.08-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 25%
GREEN value IS 11 (4.69% from 255) = 39.29%
BLUE value IS 10 (4.30% from 255) = 35.71%
R=25%
G=39.29%
B=35.71%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal711100.3600.090.9616522.223.53
Hex7BA240960a5164
Octal7131244011140245264
Binary111101110101001000100111000001010010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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