#116610

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

Shades of Green #116610

Tints of Green #116610

Color information

#116610 (or 0x116610) is unknown color: approx Green. HEX triplet: 11, 66 and 10. RGB value is (17,102,16). Sum of RGB (Red+Green+Blue) = 17+102+16=135 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.59% from 135); Green value is 102 (40.23% from 255 or 75.56% from 135); Blue value is 16 (6.64% from 255 or 11.85% from 135); Max value from RGB is 102 - color contains mainly: green. Hex color #116610 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116610 is #EE99EF. Grayscale: #434343. Windows color (decimal): -15636976 or 1074705. OLE color: 1074705.

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

Color convert

RGB1710216-
CMYK0.8300.840.6
HSL119.3º72.88%23.14%-
HSV(B)119.3º84.31%40%-
XYZ5.089.662.09-
YUV66.7899.3492.49-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.59%
GREEN value IS 102 (40.23% from 255) = 75.56%
BLUE value IS 16 (6.64% from 255) = 11.85%
R=12.59%
G=75.56%
B=11.85%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal17102160.8300.840.6119.372.8823.14
Hex116610530543C774917
Octal211462012301247416711127
Binary100011100110100001010011010101001111001110111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116610; }

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

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

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

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

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

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

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

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