#071714

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

Shades of Dark Green #071714

Tints of Dark Green #071714

Color information

#071714 (or 0x071714) is unknown color: approx Dark Green. HEX triplet: 07, 17 and 14. RGB value is (7,23,20). Sum of RGB (Red+Green+Blue) = 7+23+20=50 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14% from 50); Green value is 23 (9.38% from 255 or 46% from 50); Blue value is 20 (8.20% from 255 or 40% from 50); Max value from RGB is 23 - color contains mainly: green. Hex color #071714 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071714 is #F8E8EB. Grayscale: #111111. Windows color (decimal): -16312556 or 1316615. OLE color: 1316615.

HSL color Cylindrical-coordinate representation of color #071714: hue angle of 168.75º 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 #071714 is Cyan = 0.70, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.91.

Color convert

RGB72320-
CMYK0.7000.130.91
HSL168.75º53.33%5.88%-
HSV(B)168.75º69.57%9.02%-
XYZ0.520.710.77-
YUV17.87129.2120.24-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 14%
GREEN value IS 23 (9.38% from 255) = 46%
BLUE value IS 20 (8.20% from 255) = 40%
R=14%
G=46%
B=40%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal723200.7000.130.91168.7553.335.88
Hex71714460D5Ba9356
Octal72724106015133251656
Binary1111011110100100011001101101101110101001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071714; }

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

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

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

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

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

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

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

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