#116106

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

Shades of Green #116106

Tints of Green #116106

Color information

#116106 (or 0x116106) is unknown color: approx Green. HEX triplet: 11, 61 and 06. RGB value is (17,97,6). Sum of RGB (Red+Green+Blue) = 17+97+6=120 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.17% from 120); Green value is 97 (38.28% from 255 or 80.83% from 120); Blue value is 6 (2.73% from 255 or 5% from 120); Max value from RGB is 97 - color contains mainly: green. Hex color #116106 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116106 is #EE9EF9. Grayscale: #3E3E3E. Windows color (decimal): -15638266 or 418065. OLE color: 418065.

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

Color convert

RGB17976-
CMYK0.8200.940.62
HSL112.75º88.35%20.2%-
HSV(B)112.75º93.81%38.04%-
XYZ4.548.681.61-
YUV62.719695.4-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.17%
GREEN value IS 97 (38.28% from 255) = 80.83%
BLUE value IS 6 (2.73% from 255) = 5%
R=14.17%
G=80.83%
B=5%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal179760.8200.940.62112.7588.3520.2
Hex116165205E3E715814
Octal21141612201367616113024
Binary1000111000011101010010010111101111101110001101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116106; }

 p { color: rgb(17,97,6); }

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

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

 a { background-color: rgb(17,97,6); }

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

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

 span { border-color: rgb(17,97,6); }

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