#071711

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

Shades of Dark Green #071711

Tints of Dark Green #071711

Color information

#071711 (or 0x071711) is unknown color: approx Dark Green. HEX triplet: 07, 17 and 11. RGB value is (7,23,17). Sum of RGB (Red+Green+Blue) = 7+23+17=47 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14.89% from 47); Green value is 23 (9.38% from 255 or 48.94% from 47); Blue value is 17 (7.03% from 255 or 36.17% from 47); Max value from RGB is 23 - color contains mainly: green. Hex color #071711 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071711 is #F8E8EE. Grayscale: #111111. Windows color (decimal): -16312559 or 1120007. OLE color: 1120007.

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

Color convert

RGB72317-
CMYK0.7000.260.91
HSL157.5º53.33%5.88%-
HSV(B)157.5º69.57%9.02%-
XYZ0.50.70.64-
YUV17.53127.7120.49-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 14.89%
GREEN value IS 23 (9.38% from 255) = 48.94%
BLUE value IS 17 (7.03% from 255) = 36.17%
R=14.89%
G=48.94%
B=36.17%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal723170.7000.260.91157.553.335.88
Hex717114601A5B9e356
Octal72721106032133236656
Binary11110111100011000110011010101101110011110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071711; }

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

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

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

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

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

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

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

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