Html Css Color HEX #070B0A Dark Green

📋 copy color: '#070B0A'

red 7 ◦ green 11 ◦ blue 10

#070B0A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #070B0A

Tints of Dark Green #070B0A

RGB

 RED value IS 7 (3.13% from 255) = 25%

 GREEN value IS 11 (4.69% from 255) = 39.29%

 BLUE value IS 10 (4.3% from 255) = 35.71%

R = 25%
G = 39.29%
B = 35.71%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.09

 K value IS 0.96

RGB Variations

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

Color information

#070B0A (or 0x070B0A) is known color: 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

RGB 7 11 10 -
CMYK 0.36 0 0.09 0.96
HSL 165º 0.22% 0.04% -
HSV(B) 165º 0.36% 0.04% -
XYZ 0.26 0.31 0.33 -
YUV 9.69 128.17 126.08 -
System Red Green Blue C M Y K H S L
Decimal 7 11 10 0.36 0 0.09 0.96 165 0.22 0.04
Hex 7 B A 24 0 9 60 A5 16 4
Octal 7 13 12 44 0 11 140 245 26 4
Binary 111 1011 1010 100100 0 1001 1100000 10100101 10110 100

Color Harmonies of #070B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070B0A

Black with #070B0A

Text Example


Text Example

White with #070B0A

Text Example


Text Example

HTML Codes & Css Web 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>