Html Css Color HEX #070F0A Dark Green

📋 copy color: '#070F0A'

red 7 ◦ green 15 ◦ blue 10

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

Shades of Dark Green #070F0A

Tints of Dark Green #070F0A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 46.88%

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

R = 21.88%
G = 46.88%
B = 31.25%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.33

 K value IS 0.94

RGB Variations

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

Color information

#070F0A (or 0x070F0A) is known color: Dark Green. HEX triplet: 07, 0F and 0A. RGB value is (7,15,10). Sum of RGB (Red+Green+Blue) = 7+15+10=32 (4% of max value = 765). Red value is 7 (3.12% from 255 or 21.88% from 32); Green value is 15 (6.25% from 255 or 46.88% from 32); Blue value is 10 (4.30% from 255 or 31.25% from 32); Max value from RGB is 15 - color contains mainly: green. Hex color #070F0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070F0A is #F8F0F5. Grayscale: #0C0C0C. Windows color (decimal): -16314614 or 659207. OLE color: 659207.

HSL color Cylindrical-coordinate representation of color #070F0A: hue angle of 142.5º 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 #070F0A is Cyan = 0.53, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.94.

Color convert

RGB 7 15 10 -
CMYK 0.53 0 0.33 0.94
HSL 142.5º 0.36% 0.04% -
HSV(B) 142.5º 0.53% 0.06% -
XYZ 0.31 0.41 0.35 -
YUV 12.04 126.85 124.41 -
System Red Green Blue C M Y K H S L
Decimal 7 15 10 0.53 0 0.33 0.94 142.5 0.36 0.04
Hex 7 F A 35 0 21 5E 8E 24 4
Octal 7 17 12 65 0 41 136 216 44 4
Binary 111 1111 1010 110101 0 100001 1011110 10001110 100100 100

Color Harmonies of #070F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070F0A

Black with #070F0A

Text Example


Text Example

White with #070F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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