#116510

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

Shades of Green #116510

Tints of Green #116510

Color information

#116510 (or 0x116510) is unknown color: approx Green. HEX triplet: 11, 65 and 10. RGB value is (17,101,16). Sum of RGB (Red+Green+Blue) = 17+101+16=134 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.69% from 134); Green value is 101 (39.84% from 255 or 75.37% from 134); Blue value is 16 (6.64% from 255 or 11.94% from 134); Max value from RGB is 101 - color contains mainly: green. Hex color #116510 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116510 is #EE9AEF. Grayscale: #424242. Windows color (decimal): -15637232 or 1074449. OLE color: 1074449.

HSL color Cylindrical-coordinate representation of color #116510: hue angle of 119.29º 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 #116510 is Cyan = 0.83, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.60.

Color convert

RGB1710116-
CMYK0.8300.840.60
HSL119.29º72.65%22.94%-
HSV(B)119.29º84.16%39.61%-
XYZ4.989.462.05-
YUV66.1999.6792.91-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.69%
GREEN value IS 101 (39.84% from 255) = 75.37%
BLUE value IS 16 (6.64% from 255) = 11.94%
R=12.69%
G=75.37%
B=11.94%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal17101160.8300.840.60119.2972.6522.94
Hex116510530543C774917
Octal211452012301247416711127
Binary100011100101100001010011010101001111001110111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116510; }

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

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

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

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

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

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

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

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