#071916

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

Shades of Dark Green #071916

Tints of Dark Green #071916

Color information

#071916 (or 0x071916) is unknown color: approx Dark Green. HEX triplet: 07, 19 and 16. RGB value is (7,25,22). Sum of RGB (Red+Green+Blue) = 7+25+22=54 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.96% from 54); Green value is 25 (10.16% from 255 or 46.30% from 54); Blue value is 22 (8.98% from 255 or 40.74% from 54); Max value from RGB is 25 - color contains mainly: green. Hex color #071916 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071916 is #F8E6E9. Grayscale: #131313. Windows color (decimal): -16312042 or 1448199. OLE color: 1448199.

HSL color Cylindrical-coordinate representation of color #071916: hue angle of 170º degrees, saturation: 0.56, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #071916 is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.90.

Color convert

RGB72522-
CMYK0.7200.120.90
HSL170º56.25%6.27%-
HSV(B)170º72%9.8%-
XYZ0.580.80.88-
YUV19.28129.54119.24-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 12.96%
GREEN value IS 25 (10.16% from 255) = 46.30%
BLUE value IS 22 (8.98% from 255) = 40.74%
R=12.96%
G=46.30%
B=40.74%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal725220.7200.120.9017056.256.27
Hex71916480C5Aaa386
Octal73126110014132252706
Binary1111100110110100100001100101101010101010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071916; }

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

 H1.HeaderClassName
 {
   color: #071916;
 }
 .AnyTagClassName
 {
   color: #071916;
 }
</style>
background-color css

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

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

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

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

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

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