#116802

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

Shades of Green #116802

Tints of Green #116802

Color information

#116802 (or 0x116802) is unknown color: approx Green. HEX triplet: 11, 68 and 02. RGB value is (17,104,2). Sum of RGB (Red+Green+Blue) = 17+104+2=123 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.82% from 123); Green value is 104 (41.02% from 255 or 84.55% from 123); Blue value is 2 (1.17% from 255 or 1.63% from 123); Max value from RGB is 104 - color contains mainly: green. Hex color #116802 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116802 is #EE97FD. Grayscale: #424242. Windows color (decimal): -15636478 or 157713. OLE color: 157713.

HSL color Cylindrical-coordinate representation of color #116802: hue angle of 111.18º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #116802 is Cyan = 0.84, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.59.

Color convert

RGB171042-
CMYK0.8400.980.59
HSL111.18º96.23%20.78%-
HSV(B)111.18º98.08%40.78%-
XYZ5.1910.021.72-
YUV66.3691.6892.79-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.82%
GREEN value IS 104 (41.02% from 255) = 84.55%
BLUE value IS 2 (1.17% from 255) = 1.63%
R=13.82%
G=84.55%
B=1.63%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1710420.8400.980.59111.1896.2320.78
Hex11682540623B6f6015
Octal21150212401427315714025
Binary100011101000101010100011000101110111101111110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116802; }

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

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

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

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

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

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

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

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