#117410

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

Shades of Green #117410

Tints of Green #117410

Color information

#117410 (or 0x117410) is unknown color: approx Green. HEX triplet: 11, 74 and 10. RGB value is (17,116,16). Sum of RGB (Red+Green+Blue) = 17+116+16=149 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.41% from 149); Green value is 116 (45.70% from 255 or 77.85% from 149); Blue value is 16 (6.64% from 255 or 10.74% from 149); Max value from RGB is 116 - color contains mainly: green. Hex color #117410 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117410 is #EE8BEF. Grayscale: #4B4B4B. Windows color (decimal): -15633392 or 1078289. OLE color: 1078289.

HSL color Cylindrical-coordinate representation of color #117410: hue angle of 119.4º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117410 is Cyan = 0.85, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB1711616-
CMYK0.8500.860.55
HSL119.4º75.76%25.88%-
HSV(B)119.4º86.21%45.49%-
XYZ6.5712.652.59-
YUV7594.786.63-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.41%
GREEN value IS 116 (45.70% from 255) = 77.85%
BLUE value IS 16 (6.64% from 255) = 10.74%
R=11.41%
G=77.85%
B=10.74%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal17116160.8500.860.55119.475.7625.88
Hex1174105505637774c1a
Octal211642012501266716711432
Binary100011110100100001010101010101101101111110111100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117410; }

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

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

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

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

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

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

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

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