#116602

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

Shades of Green #116602

Tints of Green #116602

Color information

#116602 (or 0x116602) is unknown color: approx Green. HEX triplet: 11, 66 and 02. RGB value is (17,102,2). Sum of RGB (Red+Green+Blue) = 17+102+2=121 (16% of max value = 765). Red value is 17 (7.03% from 255 or 14.05% from 121); Green value is 102 (40.23% from 255 or 84.30% from 121); Blue value is 2 (1.17% from 255 or 1.65% from 121); Max value from RGB is 102 - color contains mainly: green. Hex color #116602 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116602 is #EE99FD. Grayscale: #414141. Windows color (decimal): -15636990 or 157201. OLE color: 157201.

HSL color Cylindrical-coordinate representation of color #116602: hue angle of 111º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #116602 is Cyan = 0.83, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.6.

Color convert

RGB171022-
CMYK0.8300.980.6
HSL111º96.15%20.39%-
HSV(B)111º98.04%40%-
XYZ4.999.631.65-
YUV65.1892.3493.63-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.05%
GREEN value IS 102 (40.23% from 255) = 84.30%
BLUE value IS 2 (1.17% from 255) = 1.65%
R=14.05%
G=84.30%
B=1.65%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1710220.8300.980.611196.1520.39
Hex11662530623C6f6014
Octal21146212301427415714024
Binary100011100110101010011011000101111001101111110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116602; }

 p { color: rgb(17,102,2); }

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

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

 a { background-color: rgb(17,102,2); }

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

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

 span { border-color: rgb(17,102,2); }

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