#116005

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

Shades of Green #116005

Tints of Green #116005

Color information

#116005 (or 0x116005) is unknown color: approx Green. HEX triplet: 11, 60 and 05. RGB value is (17,96,5). Sum of RGB (Red+Green+Blue) = 17+96+5=118 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.41% from 118); Green value is 96 (37.89% from 255 or 81.36% from 118); Blue value is 5 (2.34% from 255 or 4.24% from 118); Max value from RGB is 96 - color contains mainly: green. Hex color #116005 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116005 is #EE9FFA. Grayscale: #3E3E3E. Windows color (decimal): -15638523 or 352273. OLE color: 352273.

HSL color Cylindrical-coordinate representation of color #116005: hue angle of 112.09º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #116005 is Cyan = 0.82, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.62.

Color convert

RGB17965-
CMYK0.8200.950.62
HSL112.09º90.1%19.8%-
HSV(B)112.09º94.79%37.65%-
XYZ4.448.51.55-
YUV6295.8395.9-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.41%
GREEN value IS 96 (37.89% from 255) = 81.36%
BLUE value IS 5 (2.34% from 255) = 4.24%
R=14.41%
G=81.36%
B=4.24%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal179650.8200.950.62112.0990.119.8
Hex116055205F3E705a14
Octal21140512201377616013224
Binary1000111000001011010010010111111111101110000101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116005; }

 p { color: rgb(17,96,5); }

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

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

 a { background-color: rgb(17,96,5); }

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

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

 span { border-color: rgb(17,96,5); }

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