Html Css Color HEX #071716 Dark Green

📋 copy color: '#071716'

red 7 ◦ green 23 ◦ blue 22

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

Shades of Dark Green #071716

Tints of Dark Green #071716

RGB

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

 GREEN value IS 23 (9.38% from 255) = 44.23%

 BLUE value IS 22 (8.98% from 255) = 42.31%

R = 13.46%
G = 44.23%
B = 42.31%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.04

 K value IS 0.91

RGB Variations

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

Color information

#071716 (or 0x071716) is known color: Dark Green. HEX triplet: 07, 17 and 16. RGB value is (7,23,22). Sum of RGB (Red+Green+Blue) = 7+23+22=52 (6% of max value = 765). Red value is 7 (3.12% from 255 or 13.46% from 52); Green value is 23 (9.38% from 255 or 44.23% from 52); Blue value is 22 (8.98% from 255 or 42.31% from 52); Max value from RGB is 23 - color contains mainly: green. Hex color #071716 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071716 is #F8E8E9. Grayscale: #121212. Windows color (decimal): -16312554 or 1447687. OLE color: 1447687.

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

Color convert

RGB 7 23 22 -
CMYK 0.70 0 0.04 0.91
HSL 176.25º 0.53% 0.06% -
HSV(B) 176.25º 0.7% 0.09% -
XYZ 0.54 0.72 0.87 -
YUV 18.1 130.2 120.08 -
System Red Green Blue C M Y K H S L
Decimal 7 23 22 0.70 0 0.04 0.91 176.25 0.53 0.06
Hex 7 17 16 46 0 4 5B B0 35 6
Octal 7 27 26 106 0 4 133 260 65 6
Binary 111 10111 10110 1000110 0 100 1011011 10110000 110101 110

Color Harmonies of #071716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071716

Black with #071716

Text Example


Text Example

White with #071716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071716; }

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

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

background-color css

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

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

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

border-color css

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

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

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