#117506

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

Shades of Green #117506

Tints of Green #117506

Color information

#117506 (or 0x117506) is unknown color: approx Green. HEX triplet: 11, 75 and 06. RGB value is (17,117,6). Sum of RGB (Red+Green+Blue) = 17+117+6=140 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.14% from 140); Green value is 117 (46.09% from 255 or 83.57% from 140); Blue value is 6 (2.73% from 255 or 4.29% from 140); Max value from RGB is 117 - color contains mainly: green. Hex color #117506 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117506 is #EE8AF9. Grayscale: #4A4A4A. Windows color (decimal): -15633146 or 423185. OLE color: 423185.

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

Color convert

RGB171176-
CMYK0.8500.950.54
HSL114.05º90.24%24.12%-
HSV(B)114.05º94.87%45.88%-
XYZ6.6312.852.3-
YUV74.4589.3787.03-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.14%
GREEN value IS 117 (46.09% from 255) = 83.57%
BLUE value IS 6 (2.73% from 255) = 4.29%
R=12.14%
G=83.57%
B=4.29%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1711760.8500.950.54114.0590.2424.12
Hex117565505F36725a18
Octal21165612501376616213230
Binary1000111101011101010101010111111101101110010101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117506; }

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

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

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

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

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

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

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

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