Html Css Color HEX #070F0F Dark Green

📋 copy color: '#070F0F'

red 7 ◦ green 15 ◦ blue 15

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

Shades of Dark Green #070F0F

Tints of Dark Green #070F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 40.54%

R = 18.92%
G = 40.54%
B = 40.54%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#070F0F (or 0x070F0F) is known color: Dark Green. HEX triplet: 07, 0F and 0F. RGB value is (7,15,15). Sum of RGB (Red+Green+Blue) = 7+15+15=37 (4% of max value = 765). Red value is 7 (3.12% from 255 or 18.92% from 37); Green value is 15 (6.25% from 255 or 40.54% from 37); Blue value is 15 (6.25% from 255 or 40.54% from 37); Max value from RGB is 15 - color contains mainly: green, blue. Hex color #070F0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070F0F is #F8F0F0. Grayscale: #0C0C0C. Windows color (decimal): -16314609 or 986887. OLE color: 986887.

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

Color convert

RGB 7 15 15 -
CMYK 0.53 0 0 0.94
HSL 180º 0.36% 0.04% -
HSV(B) 180º 0.53% 0.06% -
XYZ 0.34 0.42 0.52 -
YUV 12.61 129.35 124 -
System Red Green Blue C M Y K H S L
Decimal 7 15 15 0.53 0 0 0.94 180 0.36 0.04
Hex 7 F F 35 0 0 5E B4 24 4
Octal 7 17 17 65 0 0 136 264 44 4
Binary 111 1111 1111 110101 0 0 1011110 10110100 100100 100

Color Harmonies of #070F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070F0F

Black with #070F0F

Text Example


Text Example

White with #070F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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