#116716

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

Shades of Green #116716

Tints of Green #116716

Color information

#116716 (or 0x116716) is unknown color: approx Green. HEX triplet: 11, 67 and 16. RGB value is (17,103,22). Sum of RGB (Red+Green+Blue) = 17+103+22=142 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.97% from 142); Green value is 103 (40.62% from 255 or 72.54% from 142); Blue value is 22 (8.98% from 255 or 15.49% from 142); Max value from RGB is 103 - color contains mainly: green. Hex color #116716 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116716 is #EE98E9. Grayscale: #444444. Windows color (decimal): -15636714 or 1468177. OLE color: 1468177.

HSL color Cylindrical-coordinate representation of color #116716: hue angle of 123.49º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #116716 is Cyan = 0.83, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.60.

Color convert

RGB1710322-
CMYK0.8300.790.60
HSL123.49º71.67%23.53%-
HSV(B)123.49º83.5%40.39%-
XYZ5.239.882.39-
YUV68.05102.0191.59-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.97%
GREEN value IS 103 (40.62% from 255) = 72.54%
BLUE value IS 22 (8.98% from 255) = 15.49%
R=11.97%
G=72.54%
B=15.49%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal17103220.8300.790.60123.4971.6723.53
Hex1167165304F3C7b4818
Octal211472612301177417311030
Binary100011100111101101010011010011111111001111011100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116716; }

 p { color: rgb(17,103,22); }

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

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

 a { background-color: rgb(17,103,22); }

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

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

 span { border-color: rgb(17,103,22); }

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