#117114

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

Shades of Green #117114

Tints of Green #117114

Color information

#117114 (or 0x117114) is unknown color: approx Green. HEX triplet: 11, 71 and 14. RGB value is (17,113,20). Sum of RGB (Red+Green+Blue) = 17+113+20=150 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.33% from 150); Green value is 113 (44.53% from 255 or 75.33% from 150); Blue value is 20 (8.20% from 255 or 13.33% from 150); Max value from RGB is 113 - color contains mainly: green. Hex color #117114 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117114 is #EE8EEB. Grayscale: #494949. Windows color (decimal): -15634156 or 1339665. OLE color: 1339665.

HSL color Cylindrical-coordinate representation of color #117114: hue angle of 121.88º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #117114 is Cyan = 0.85, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB1711320-
CMYK0.8500.820.56
HSL121.88º73.85%25.49%-
HSV(B)121.88º84.96%44.31%-
XYZ6.2611.982.64-
YUV73.6997.787.56-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.33%
GREEN value IS 113 (44.53% from 255) = 75.33%
BLUE value IS 20 (8.20% from 255) = 13.33%
R=11.33%
G=75.33%
B=13.33%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17113200.8500.820.56121.8873.8525.49
Hex11711455052387a4a19
Octal211612412501227017211231
Binary100011110001101001010101010100101110001111010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117114; }

 p { color: rgb(17,113,20); }

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

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

 a { background-color: rgb(17,113,20); }

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

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

 span { border-color: rgb(17,113,20); }

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