#071610

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

Shades of Dark Green #071610

Tints of Dark Green #071610

Color information

#071610 (or 0x071610) is unknown color: approx Dark Green. HEX triplet: 07, 16 and 10. RGB value is (7,22,16). Sum of RGB (Red+Green+Blue) = 7+22+16=45 (5% of max value = 765). Red value is 7 (3.12% from 255 or 15.56% from 45); Green value is 22 (8.98% from 255 or 48.89% from 45); Blue value is 16 (6.64% from 255 or 35.56% from 45); Max value from RGB is 22 - color contains mainly: green. Hex color #071610 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071610 is #F8E9EF. Grayscale: #101010. Windows color (decimal): -16312816 or 1054215. OLE color: 1054215.

HSL color Cylindrical-coordinate representation of color #071610: hue angle of 156º degrees, saturation: 0.52, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #071610 is Cyan = 0.68, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.91.

Color convert

RGB72216-
CMYK0.6800.270.91
HSL156º51.72%5.69%-
HSV(B)156º68.18%8.63%-
XYZ0.470.660.59-
YUV16.83127.53120.99-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 15.56%
GREEN value IS 22 (8.98% from 255) = 48.89%
BLUE value IS 16 (6.64% from 255) = 35.56%
R=15.56%
G=48.89%
B=35.56%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal722160.6800.270.9115651.725.69
Hex716104401B5B9c346
Octal72620104033133234646
Binary11110110100001000100011011101101110011100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071610; }

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

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

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

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

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

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

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

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