#071716

Color #071716 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #071716

Tints of Dark Green #071716

Color information

#071716 (or 0x071716) is unknown color: approx 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

RGB72322-
CMYK0.7000.040.91
HSL176.25º53.33%5.88%-
HSV(B)176.25º69.57%9.02%-
XYZ0.540.720.87-
YUV18.1130.2120.08-

RGB Variations

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

RGB

RED value IS 7 (3.12% 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 (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal723220.7000.040.91176.2553.335.88
Hex7171646045Bb0356
Octal7272610604133260656
Binary111101111011010001100100101101110110000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>