#117310

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

Shades of Green #117310

Tints of Green #117310

Color information

#117310 (or 0x117310) is unknown color: approx Green. HEX triplet: 11, 73 and 10. RGB value is (17,115,16). Sum of RGB (Red+Green+Blue) = 17+115+16=148 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.49% from 148); Green value is 115 (45.31% from 255 or 77.70% from 148); Blue value is 16 (6.64% from 255 or 10.81% from 148); Max value from RGB is 115 - color contains mainly: green. Hex color #117310 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117310 is #EE8CEF. Grayscale: #4A4A4A. Windows color (decimal): -15633648 or 1078033. OLE color: 1078033.

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

Color convert

RGB1711516-
CMYK0.8500.860.55
HSL119.39º75.57%25.69%-
HSV(B)119.39º86.09%45.1%-
XYZ6.4612.422.55-
YUV74.4195.0387.05-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.49%
GREEN value IS 115 (45.31% from 255) = 77.70%
BLUE value IS 16 (6.64% from 255) = 10.81%
R=11.49%
G=77.70%
B=10.81%

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
Decimal17115160.8500.860.55119.3975.5725.69
Hex1173105505637774c1a
Octal211632012501266716711432
Binary100011110011100001010101010101101101111110111100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117310; }

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

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

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

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

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

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

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

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