Html Css Color HEX #070A0A Dark Green

📋 copy color: '#070A0A'

red 7 ◦ green 10 ◦ blue 10

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

Shades of Dark Green #070A0A

Tints of Dark Green #070A0A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 37.04%

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

R = 25.93%
G = 37.04%
B = 37.04%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#070A0A (or 0x070A0A) is known color: Dark Green. HEX triplet: 07, 0A and 0A. RGB value is (7,10,10). Sum of RGB (Red+Green+Blue) = 7+10+10=27 (3% of max value = 765). Red value is 7 (3.12% from 255 or 25.93% from 27); Green value is 10 (4.30% from 255 or 37.04% from 27); Blue value is 10 (4.30% from 255 or 37.04% from 27); Max value from RGB is 10 - color contains mainly: green, blue. Hex color #070A0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070A0A is #F8F5F5. Grayscale: #090909. Windows color (decimal): -16315894 or 657927. OLE color: 657927.

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

Color convert

RGB 7 10 10 -
CMYK 0.30 0 0 0.96
HSL 180º 0.18% 0.03% -
HSV(B) 180º 0.3% 0.04% -
XYZ 0.25 0.28 0.33 -
YUV 9.1 128.51 126.5 -
System Red Green Blue C M Y K H S L
Decimal 7 10 10 0.30 0 0 0.96 180 0.18 0.03
Hex 7 A A 1E 0 0 60 B4 12 3
Octal 7 12 12 36 0 0 140 264 22 3
Binary 111 1010 1010 11110 0 0 1100000 10110100 10010 11

Color Harmonies of #070A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070A0A

Black with #070A0A

Text Example


Text Example

White with #070A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #070A0A;
 }
 .AnyTagClassName
 {
   color: #070A0A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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