#071914

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

Shades of Dark Green #071914

Tints of Dark Green #071914

Color information

#071914 (or 0x071914) is unknown color: approx Dark Green. HEX triplet: 07, 19 and 14. RGB value is (7,25,20). Sum of RGB (Red+Green+Blue) = 7+25+20=52 (6% of max value = 765). Red value is 7 (3.12% from 255 or 13.46% from 52); Green value is 25 (10.16% from 255 or 48.08% from 52); Blue value is 20 (8.20% from 255 or 38.46% from 52); Max value from RGB is 25 - color contains mainly: green. Hex color #071914 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071914 is #F8E6EB. Grayscale: #131313. Windows color (decimal): -16312044 or 1317127. OLE color: 1317127.

HSL color Cylindrical-coordinate representation of color #071914: hue angle of 163.33º 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 #071914 is Cyan = 0.72, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.90.

Color convert

RGB72520-
CMYK0.7200.200.90
HSL163.33º56.25%6.27%-
HSV(B)163.33º72%9.8%-
XYZ0.560.790.78-
YUV19.05128.54119.41-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 13.46%
GREEN value IS 25 (10.16% from 255) = 48.08%
BLUE value IS 20 (8.20% from 255) = 38.46%
R=13.46%
G=48.08%
B=38.46%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal725200.7200.200.90163.3356.256.27
Hex71914480145Aa3386
Octal73124110024132243706
Binary11111001101001001000010100101101010100011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071914; }

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

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

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

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

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

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

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

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