#116505

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

Shades of Green #116505

Tints of Green #116505

Color information

#116505 (or 0x116505) is unknown color: approx Green. HEX triplet: 11, 65 and 05. RGB value is (17,101,5). Sum of RGB (Red+Green+Blue) = 17+101+5=123 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.82% from 123); Green value is 101 (39.84% from 255 or 82.11% from 123); Blue value is 5 (2.34% from 255 or 4.07% from 123); Max value from RGB is 101 - color contains mainly: green. Hex color #116505 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116505 is #EE9AFA. Grayscale: #414141. Windows color (decimal): -15637243 or 353553. OLE color: 353553.

HSL color Cylindrical-coordinate representation of color #116505: hue angle of 112.5º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #116505 is Cyan = 0.83, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.60.

Color convert

RGB171015-
CMYK0.8300.950.60
HSL112.5º90.57%20.78%-
HSV(B)112.5º95.05%39.61%-
XYZ4.919.441.71-
YUV64.9494.1793.81-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.82%
GREEN value IS 101 (39.84% from 255) = 82.11%
BLUE value IS 5 (2.34% from 255) = 4.07%
R=13.82%
G=82.11%
B=4.07%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1710150.8300.950.60112.590.5720.78
Hex116555305F3C705b15
Octal21145512301377416013325
Binary1000111001011011010011010111111111001110000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116505; }

 p { color: rgb(17,101,5); }

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

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

 a { background-color: rgb(17,101,5); }

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

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

 span { border-color: rgb(17,101,5); }

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