#117500

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

Shades of Green #117500

Tints of Green #117500

Color information

#117500 (or 0x117500) is unknown color: approx Green. HEX triplet: 11, 75 and 00. RGB value is (17,117,0). Sum of RGB (Red+Green+Blue) = 17+117+0=134 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.69% from 134); Green value is 117 (46.09% from 255 or 87.31% from 134); Blue value is 0 (0.39% from 255 or 0% from 134); Max value from RGB is 117 - color contains mainly: green. Hex color #117500 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117500 is #EE8AFF. Grayscale: #4A4A4A. Windows color (decimal): -15633152 or 29969. OLE color: 29969.

HSL color Cylindrical-coordinate representation of color #117500: hue angle of 111.28º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #117500 is Cyan = 0.85, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB171170-
CMYK0.85010.54
HSL111.28º100%22.94%-
HSV(B)111.28º100%45.88%-
XYZ6.5912.842.13-
YUV73.7686.3787.51-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.69%
GREEN value IS 117 (46.09% from 255) = 87.31%
BLUE value IS 0 (0.39% from 255) = 0%
R=12.69%
G=87.31%
B=0%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1711700.85010.54111.2810022.94
Hex1175055064366f6417
Octal21165012501446615714427
Binary10001111010101010101011001001101101101111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117500; }

 p { color: rgb(17,117,0); }

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

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

 a { background-color: rgb(17,117,0); }

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

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

 span { border-color: rgb(17,117,0); }

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