#071410

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

Shades of Dark Green #071410

Tints of Dark Green #071410

Color information

#071410 (or 0x071410) is unknown color: approx Dark Green. HEX triplet: 07, 14 and 10. RGB value is (7,20,16). Sum of RGB (Red+Green+Blue) = 7+20+16=43 (5% of max value = 765). Red value is 7 (3.12% from 255 or 16.28% from 43); Green value is 20 (8.20% from 255 or 46.51% from 43); Blue value is 16 (6.64% from 255 or 37.21% from 43); Max value from RGB is 20 - color contains mainly: green. Hex color #071410 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071410 is #F8EBEF. Grayscale: #0F0F0F. Windows color (decimal): -16313328 or 1053703. OLE color: 1053703.

HSL color Cylindrical-coordinate representation of color #071410: hue angle of 161.54º degrees, saturation: 0.48, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #071410 is Cyan = 0.65, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.92.

Color convert

RGB72016-
CMYK0.6500.200.92
HSL161.54º48.15%5.29%-
HSV(B)161.54º65%7.84%-
XYZ0.430.580.58-
YUV15.66128.19121.83-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 16.28%
GREEN value IS 20 (8.20% from 255) = 46.51%
BLUE value IS 16 (6.64% from 255) = 37.21%
R=16.28%
G=46.51%
B=37.21%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal720160.6500.200.92161.5448.155.29
Hex71410410145Ca2305
Octal72420101024134242605
Binary11110100100001000001010100101110010100010110000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071410; }

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

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

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

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

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

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

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

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