#11740B

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

Shades of Green #11740B

Tints of Green #11740B

Color information

#11740B (or 0x11740B) is unknown color: approx Green. HEX triplet: 11, 74 and 0B. RGB value is (17,116,11). Sum of RGB (Red+Green+Blue) = 17+116+11=144 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.81% from 144); Green value is 116 (45.70% from 255 or 80.56% from 144); Blue value is 11 (4.69% from 255 or 7.64% from 144); Max value from RGB is 116 - color contains mainly: green. Hex color #11740B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #11740B is #EE8BF4. Grayscale: #4A4A4A. Windows color (decimal): -15633397 or 750609. OLE color: 750609.

HSL color Cylindrical-coordinate representation of color #11740B: hue angle of 116.57º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11740B is Cyan = 0.85, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB1711611-
CMYK0.8500.910.55
HSL116.57º82.68%24.9%-
HSV(B)116.57º90.52%45.49%-
XYZ6.5412.632.41-
YUV74.4392.287.04-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.81%
GREEN value IS 116 (45.70% from 255) = 80.56%
BLUE value IS 11 (4.69% from 255) = 7.64%
R=11.81%
G=80.56%
B=7.64%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal17116110.8500.910.55116.5782.6824.9
Hex1174B5505B37755319
Octal211641312501336716512331
Binary10001111010010111010101010110111101111110101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11740B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11740B; }

 p { color: rgb(17,116,11); }

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

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

 a { background-color: rgb(17,116,11); }

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

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

 span { border-color: rgb(17,116,11); }

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