Html Css Color HEX #070C09 Dark Green

📋 copy color: '#070C09'

red 7 ◦ green 12 ◦ blue 9

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

Shades of Dark Green #070C09

Tints of Dark Green #070C09

RGB

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

 GREEN value IS 12 (5.08% from 255) = 42.86%

 BLUE value IS 9 (3.91% from 255) = 32.14%

R = 25%
G = 42.86%
B = 32.14%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.25

 K value IS 0.95

RGB Variations

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

Color information

#070C09 (or 0x070C09) is known color: Dark Green. HEX triplet: 07, 0C and 09. RGB value is (7,12,9). Sum of RGB (Red+Green+Blue) = 7+12+9=28 (3% of max value = 765). Red value is 7 (3.12% from 255 or 25% from 28); Green value is 12 (5.08% from 255 or 42.86% from 28); Blue value is 9 (3.91% from 255 or 32.14% from 28); Max value from RGB is 12 - color contains mainly: green. Hex color #070C09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070C09 is #F8F3F6. Grayscale: #0A0A0A. Windows color (decimal): -16315383 or 592903. OLE color: 592903.

HSL color Cylindrical-coordinate representation of color #070C09: hue angle of 144º degrees, saturation: 0.26, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #070C09 is Cyan = 0.42, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.95.

Color convert

RGB 7 12 9 -
CMYK 0.42 0 0.25 0.95
HSL 144º 0.26% 0.04% -
HSV(B) 144º 0.42% 0.05% -
XYZ 0.27 0.33 0.31 -
YUV 10.16 127.34 125.74 -
System Red Green Blue C M Y K H S L
Decimal 7 12 9 0.42 0 0.25 0.95 144 0.26 0.04
Hex 7 C 9 2A 0 19 5F 90 1A 4
Octal 7 14 11 52 0 31 137 220 32 4
Binary 111 1100 1001 101010 0 11001 1011111 10010000 11010 100

Color Harmonies of #070C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070C09

Black with #070C09

Text Example


Text Example

White with #070C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,12,9); }

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

background-color css

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

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

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

border-color css

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

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

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