#117013

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

Shades of Green #117013

Tints of Green #117013

Color information

#117013 (or 0x117013) is unknown color: approx Green. HEX triplet: 11, 70 and 13. RGB value is (17,112,19). Sum of RGB (Red+Green+Blue) = 17+112+19=148 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.49% from 148); Green value is 112 (44.14% from 255 or 75.68% from 148); Blue value is 19 (7.81% from 255 or 12.84% from 148); Max value from RGB is 112 - color contains mainly: green. Hex color #117013 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117013 is #EE8FEC. Grayscale: #494949. Windows color (decimal): -15634413 or 1273873. OLE color: 1273873.

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

Color convert

RGB1711219-
CMYK0.8500.830.56
HSL121.26º73.64%25.29%-
HSV(B)121.26º84.82%43.92%-
XYZ6.1411.752.56-
YUV72.9997.5388.06-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.49%
GREEN value IS 112 (44.14% from 255) = 75.68%
BLUE value IS 19 (7.81% from 255) = 12.84%
R=11.49%
G=75.68%
B=12.84%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17112190.8500.830.56121.2673.6425.29
Hex1170135505338794a19
Octal211602312501237017111231
Binary100011110000100111010101010100111110001111001100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117013; }

 p { color: rgb(17,112,19); }

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

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

 a { background-color: rgb(17,112,19); }

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

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

 span { border-color: rgb(17,112,19); }

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