Html Css Color HEX #071414 Dark Green

📋 copy color: '#071414'

red 7 ◦ green 20 ◦ blue 20

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

Shades of Dark Green #071414

Tints of Dark Green #071414

RGB

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

 GREEN value IS 20 (8.2% from 255) = 42.55%

 BLUE value IS 20 (8.2% from 255) = 42.55%

R = 14.89%
G = 42.55%
B = 42.55%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#071414 (or 0x071414) is known color: Dark Green. HEX triplet: 07, 14 and 14. RGB value is (7,20,20). Sum of RGB (Red+Green+Blue) = 7+20+20=47 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14.89% from 47); Green value is 20 (8.20% from 255 or 42.55% from 47); Blue value is 20 (8.20% from 255 or 42.55% from 47); Max value from RGB is 20 - color contains mainly: green, blue. Hex color #071414 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071414 is #F8EBEB. Grayscale: #101010. Windows color (decimal): -16313324 or 1315847. OLE color: 1315847.

HSL color Cylindrical-coordinate representation of color #071414: hue angle of 180º degrees, saturation: 0.48, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #071414 is Cyan = 0.65, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 7 20 20 -
CMYK 0.65 0 0 0.92
HSL 180º 0.48% 0.05% -
HSV(B) 180º 0.65% 0.08% -
XYZ 0.46 0.6 0.75 -
YUV 16.11 130.19 121.5 -
System Red Green Blue C M Y K H S L
Decimal 7 20 20 0.65 0 0 0.92 180 0.48 0.05
Hex 7 14 14 41 0 0 5C B4 30 5
Octal 7 24 24 101 0 0 134 264 60 5
Binary 111 10100 10100 1000001 0 0 1011100 10110100 110000 101

Color Harmonies of #071414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071414

Black with #071414

Text Example


Text Example

White with #071414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071414; }

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

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

background-color css

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

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

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

border-color css

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

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

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