Html Css Color HEX #071614 Dark Green

📋 copy color: '#071614'

red 7 ◦ green 22 ◦ blue 20

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

Shades of Dark Green #071614

Tints of Dark Green #071614

RGB

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

 GREEN value IS 22 (8.98% from 255) = 44.9%

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

R = 14.29%
G = 44.9%
B = 40.82%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.09

 K value IS 0.91

RGB Variations

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

Color information

#071614 (or 0x071614) is known color: Dark Green. HEX triplet: 07, 16 and 14. RGB value is (7,22,20). Sum of RGB (Red+Green+Blue) = 7+22+20=49 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14.29% from 49); Green value is 22 (8.98% from 255 or 44.90% from 49); Blue value is 20 (8.20% from 255 or 40.82% from 49); Max value from RGB is 22 - color contains mainly: green. Hex color #071614 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071614 is #F8E9EB. Grayscale: #111111. Windows color (decimal): -16312812 or 1316359. OLE color: 1316359.

HSL color Cylindrical-coordinate representation of color #071614: hue angle of 172º degrees, saturation: 0.52, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #071614 is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.91.

Color convert

RGB 7 22 20 -
CMYK 0.68 0 0.09 0.91
HSL 172º 0.52% 0.06% -
HSV(B) 172º 0.68% 0.09% -
XYZ 0.5 0.67 0.76 -
YUV 17.29 129.53 120.66 -
System Red Green Blue C M Y K H S L
Decimal 7 22 20 0.68 0 0.09 0.91 172 0.52 0.06
Hex 7 16 14 44 0 9 5B AC 34 6
Octal 7 26 24 104 0 11 133 254 64 6
Binary 111 10110 10100 1000100 0 1001 1011011 10101100 110100 110

Color Harmonies of #071614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071614

Black with #071614

Text Example


Text Example

White with #071614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071614; }

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

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

background-color css

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

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

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

border-color css

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

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

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